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 0263a9712a
commit 8fc1a1e52a

View File

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