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



commit 93c1b2b959a77d7630ec0d0fda8418a12e6d3e0c
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 412b27c..c232e04 100644
--- a/gtk/gtkheaderbar.c
+++ b/gtk/gtkheaderbar.c
@@ -1528,8 +1528,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
  */
@@ -1545,8 +1545,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]