GtkContainer: Fix paramter name in doc comment

This commit is contained in:
Timm Bäder 2015-09-10 11:34:44 +02:00
parent cf0e087527
commit 3900700479

View File

@ -1543,7 +1543,7 @@ gtk_container_class_install_child_property (GtkContainerClass *cclass,
* gtk_container_class_install_child_properties:
* @cclass: a #GtkContainerClass
* @n_pspecs: the length of the #GParamSpec array
* @pspec: (array length=n_pspecs): the #GParamSpec array defining the new
* @pspecs: (array length=n_pspecs): the #GParamSpec array defining the new
* child properties
*
* Installs child properties on a container class.