searchbar: use gtk_search_bar_connect_entry() in documentation.

This commit is contained in:
Christian Hergert 2013-08-03 15:13:27 +02:00
parent aace5a8946
commit 6424739819

View File

@ -71,7 +71,7 @@
* gtk_container_add (GTK_CONTAINER (searchbar), box); * gtk_container_add (GTK_CONTAINER (searchbar), box);
* *
* /<!---->* And tell the search bar about the search entry *<---->/ * /<!---->* And tell the search bar about the search entry *<---->/
* gtk_search_bar_set_search_entry (GTK_SEARCH_BAR (bar), entry); * gtk_search_bar_connect_entry (GTK_SEARCH_BAR (bar), entry);
* ]]></programlisting> * ]]></programlisting>
* </example> * </example>
* *