docs: Fix parameter names for two functions

Don't use two different parameter names.
This commit is contained in:
Volker Sobek
2014-04-21 22:57:35 +02:00
parent 2315030f1e
commit 93c1b2b959

View File

@@ -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
*/