forked from AuroraMiddleware/gtk
Mention in the docs that the return value is NULL-terminated. (#383373,
2007-01-01 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcontainer.c (gtk_container_class_list_child_properties): Mention in the docs that the return value is NULL-terminated. (#383373, Christian Neumair) svn path=/trunk/; revision=17007
This commit is contained in:
parent
bcf7d7e972
commit
c88eb9ead7
@ -1,3 +1,9 @@
|
||||
2007-01-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcontainer.c (gtk_container_class_list_child_properties):
|
||||
Mention in the docs that the return value is
|
||||
NULL-terminated. (#383373, Christian Neumair)
|
||||
|
||||
2007-01-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkicontheme.c (load_themes): Waste less time
|
||||
|
@ -761,8 +761,8 @@ gtk_container_class_find_child_property (GObjectClass *cclass,
|
||||
* gtk_container_class_list_child_properties:
|
||||
* @cclass: a #GtkContainerClass
|
||||
* @n_properties: location to return the number of child properties found
|
||||
* @returns: a newly allocated array of #GParamSpec*. The array must be
|
||||
* freed with g_free().
|
||||
* @returns: a newly allocated %NULL-terminated array of #GParamSpec*.
|
||||
* The array must be freed with g_free().
|
||||
*
|
||||
* Returns all child properties of a container class.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user