[gtk+/wip/baedert/drawing] searchbar: Fix property documentation comments
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/baedert/drawing] searchbar: Fix property documentation comments
- Date: Sun, 7 May 2017 12:24:56 +0000 (UTC)
commit 98ab62ffb238943b51929058e0f23aad5184ce81
Author: Timm Bäder <mail baedert org>
Date: Sun May 7 14:02:27 2017 +0200
searchbar: Fix property documentation comments
They are properties of GtkSearchBar, not GtkEntry.
gtk/gtksearchbar.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtksearchbar.c b/gtk/gtksearchbar.c
index 40e405e..abbae64 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"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]