diff options
author | Matthias Clasen <mclasen@redhat.com> | 2007-01-02 04:37:31 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-01-02 04:37:31 +0000 |
commit | c88eb9ead7f2a3e99fe1109407e1c9e88f869256 (patch) | |
tree | e00e25daaa73d3dbdb07afdbca5aec82b7367108 /gtk/gtkcontainer.c | |
parent | bcf7d7e972d1fd814fd8a340edc427a6cc9ee7b5 (diff) | |
download | gtk+-c88eb9ead7f2a3e99fe1109407e1c9e88f869256.tar.gz |
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
Diffstat (limited to 'gtk/gtkcontainer.c')
-rw-r--r-- | gtk/gtkcontainer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c index b7ced4e359..6c11502806 100644 --- a/gtk/gtkcontainer.c +++ b/gtk/gtkcontainer.c @@ -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. */ |