Improve the docs
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 28 Nov 2008 19:52:37 +0000 (19:52 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 28 Nov 2008 19:52:37 +0000 (19:52 +0000)
svn path=/trunk/; revision=7702

docs/reference/ChangeLog
docs/reference/glib/tmpl/arrays_byte.sgml

index b10413a..0adf39b 100644 (file)
@@ -1,3 +1,10 @@
+@008-11-28  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 562549 – g_byte_array_free should tell how free data
+
+       * glib/tmpl/arrays_byte.sgml: Improve docs, proposed by
+       Guillaume Desmottes
+
 2008-11-21  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/Makefile.am:
index 0e98653..f877415 100644 (file)
@@ -186,6 +186,8 @@ If @free_segment is %TRUE it frees the actual byte data.
 
 @array: a #GByteArray.
 @free_segment: if %TRUE the actual byte data is freed as well.
-@Returns: the element data if @free_segment is %FALSE, otherwise %NULL
+@Returns: the element data if @free_segment is %FALSE, otherwise %NULL.
+        The element data should be freed using g_free().
+