[gtk+/wip/baedert/drawing: 130/348] searchbar: Fix property documentation comments



commit e16930534c05878ab6feb4de8fda558b69e2776e
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]