Improve g_array_free() docs. (#146875, Ed Griffiths)
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 9 Jul 2004 13:10:47 +0000 (13:10 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 9 Jul 2004 13:10:47 +0000 (13:10 +0000)
docs/reference/ChangeLog
docs/reference/glib/tmpl/arrays.sgml

index 3171b77..06a108c 100644 (file)
@@ -1,3 +1,8 @@
+2004-07-09  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/tmpl/arrays.sgml: Improve g_array_free() docs.  (#146875,
+       Ed Griffiths)
+
 Tue Jul  6 00:54:38 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gobject/gobject-sections.txt: 
index af7ed54..86dd0f2 100644 (file)
@@ -289,6 +289,6 @@ If @free_segment is %TRUE it frees the actual element data as well.
 
 @array: a #GArray.
 @free_segment: if %TRUE the actual element data is freed as well.
-@Returns: 
+@Returns: the element data if @free_segment is %FALSE, otherwise %NULL