diff options
author | Timm Bäder <mail@baedert.org> | 2017-05-07 14:02:27 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-07-19 21:27:12 -0400 |
commit | a735dd44cb33967bdb31d8e3d185687a37f4b888 (patch) | |
tree | 46c2f4c7bcf0381273b4eaeec2664753ed640cf1 /gtk/gtksearchbar.c | |
parent | 4823b9f2d70c3d96eb1cd0eb0e6e509deb549860 (diff) | |
download | gtk+-a735dd44cb33967bdb31d8e3d185687a37f4b888.tar.gz |
searchbar: Fix property documentation comments
They are properties of GtkSearchBar, not GtkEntry.
Diffstat (limited to 'gtk/gtksearchbar.c')
-rw-r--r-- | gtk/gtksearchbar.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtksearchbar.c b/gtk/gtksearchbar.c index 40e405e6fc..abbae64e89 100644 --- a/gtk/gtksearchbar.c +++ b/gtk/gtksearchbar.c @@ -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"), |