forked from AuroraMiddleware/gtk
searchbar: Fix property documentation comments
They are properties of GtkSearchBar, not GtkEntry.
This commit is contained in:
parent
4823b9f2d7
commit
a735dd44cb
@ -376,7 +376,7 @@ gtk_search_bar_class_init (GtkSearchBarClass *klass)
|
||||
container_class->add = gtk_search_bar_add;
|
||||
|
||||
/**
|
||||
* GtkEntry:search-mode-enabled:
|
||||
* GtkSearchBar:search-mode-enabled:
|
||||
*
|
||||
* Whether the search mode is on and the search bar shown.
|
||||
*
|
||||
@ -389,9 +389,9 @@ gtk_search_bar_class_init (GtkSearchBarClass *klass)
|
||||
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
|
||||
|
||||
/**
|
||||
* GtkEntry:show-close-button:
|
||||
* GtkSearchBar:show-close-button:
|
||||
*
|
||||
* Whether to show the close button in the toolbar.
|
||||
* Whether to show the close button in the search bar.
|
||||
*/
|
||||
widget_props[PROP_SHOW_CLOSE_BUTTON] = g_param_spec_boolean ("show-close-button",
|
||||
P_("Show Close Button"),
|
||||
|
Loading…
Reference in New Issue
Block a user