]> Pileus Git - ~andy/gtk/commitdiff
Mention in the docs that the return value is NULL-terminated. (#383373,
authorMatthias Clasen <mclasen@redhat.com>
Tue, 2 Jan 2007 04:37:31 +0000 (04:37 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 2 Jan 2007 04:37:31 +0000 (04:37 +0000)
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

ChangeLog
gtk/gtkcontainer.c

index cf847175f2651d0118e9231d485b93a235ad64f3..163957c869150c1c3c803ceac16cb861417a5313 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index b7ced4e359d5ef5d8ee482e529b1781d7e43b07c..6c11502806ad59df97fb40430c15243285b4925f 100644 (file)
@@ -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.
  */