docs: fix typo in function name

This commit is contained in:
William Jon McCann 2014-01-21 15:00:47 -05:00
parent e4d87c86b4
commit 48a11f99a2

View File

@ -456,7 +456,7 @@ gtk_search_bar_init (GtkSearchBar *bar)
* *
* Creates a #GtkSearchBar. You will need to tell it about * Creates a #GtkSearchBar. You will need to tell it about
* which widget is going to be your text entry using * which widget is going to be your text entry using
* gtk_search_bar_set_entry(). * gtk_search_bar_connect_entry().
* *
* Return value: a new #GtkSearchBar * Return value: a new #GtkSearchBar
* *