forked from AuroraMiddleware/gtk
searchbar: use gtk_search_bar_connect_entry() in documentation.
This commit is contained in:
parent
aace5a8946
commit
6424739819
@ -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>
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user