Correct the documentation of child property getter arguments. (#501992,
2007-12-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcontainer.c: Correct the documentation of child property getter arguments. (#501992, David Brigada) svn path=/trunk/; revision=19130
This commit is contained in:
parent
dcc86ce57c
commit
c131da48c9
@ -1,3 +1,8 @@
|
||||
2007-12-07 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcontainer.c: Correct the documentation of child
|
||||
property getter arguments. (#501992, David Brigada)
|
||||
|
||||
2007-12-07 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): Don't
|
||||
|
@ -537,8 +537,8 @@ container_set_child_property (GtkContainer *container,
|
||||
* @container: a #GtkContainer
|
||||
* @child: a widget which is a child of @container
|
||||
* @first_property_name: the name of the first property to get
|
||||
* @var_args: a %NULL-terminated list of property names and #GValue*,
|
||||
* starting with @first_prop_name.
|
||||
* @var_args: return location for the first property, followed
|
||||
* optionally by more name/return location pairs, followed by %NULL
|
||||
*
|
||||
* Gets the values of one or more child properties for @child and @container.
|
||||
**/
|
||||
@ -871,8 +871,8 @@ gtk_container_child_set (GtkContainer *container,
|
||||
* @container: a #GtkContainer
|
||||
* @child: a widget which is a child of @container
|
||||
* @first_prop_name: the name of the first property to get
|
||||
* @Varargs: a %NULL-terminated list of property names and #GValue*,
|
||||
* starting with @first_prop_name
|
||||
* @Varargs: return location for the first property, followed
|
||||
* optionally by more name/return location pairs, followed by %NULL
|
||||
*
|
||||
* Gets the values of one or more child properties for @child and @container.
|
||||
**/
|
||||
|
Loading…
Reference in New Issue
Block a user