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 c8fa10cace
commit 0940cbbeb9

View File

@ -1888,8 +1888,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
*/
@ -1905,8 +1905,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
*/