mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
GtkContainer: Fix paramter name in doc comment
This commit is contained in:
parent
cf0e087527
commit
3900700479
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user