[gtk+/gtk-3-12] docs: Fix parameter names for two functions



commit 8fc1a1e52aa5a44e93c00dc70a25ddbf00d309b2
Author: Volker Sobek <reklov live com>
Date:   Mon Apr 21 22:57:35 2014 +0200

    docs: Fix parameter names for two functions
    
    Don't use two different parameter names.

 gtk/gtkheaderbar.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtkheaderbar.c b/gtk/gtkheaderbar.c
index d38efb3..525c121 100644
--- a/gtk/gtkheaderbar.c
+++ b/gtk/gtkheaderbar.c
@@ -1887,8 +1887,8 @@ gtk_header_bar_buildable_init (GtkBuildableIface *iface)
  * @bar: A #GtkHeaderBar
  * @child: the #GtkWidget to be added to @bar
  *
- * Adds @child to @box, packed with reference to the
- * start of the @box.
+ * Adds @child to @bar, packed with reference to the
+ * start of the @bar.
  *
  * Since: 3.10
  */
@@ -1904,8 +1904,8 @@ gtk_header_bar_pack_start (GtkHeaderBar *bar,
  * @bar: A #GtkHeaderBar
  * @child: the #GtkWidget to be added to @bar
  *
- * Adds @child to @box, packed with reference to the
- * end of the @box.
+ * Adds @child to @bar, packed with reference to the
+ * end of the @bar.
  *
  * Since: 3.10
  */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]