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 b10413a085e99e8c447820d3c322ae12c81eb055..0adf39bbb3bfb752ac35d7a64575f69132d084de 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 0e98653e94c0e5b84bee414ee697b147ba6ce9a4..f877415155ef3829c7ccf9cd333bd427772e4314 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().
+