Document the return value of g_string_free().
authorMatthias Clasen <maclas@gmx.de>
Tue, 21 Jan 2003 22:24:00 +0000 (22:24 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 21 Jan 2003 22:24:00 +0000 (22:24 +0000)
2003-01-21  Matthias Clasen  <maclas@gmx.de>

* glib/tmpl/strings.sgml: Document the return value of g_string_free().

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

index f705c96..73d3856 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-21  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/tmpl/strings.sgml: Document the return value of g_string_free().
+
 2003-01-15  Matthias Clasen  <maclas@gmx.de>
 
        * gobject/tmpl/gtype.sgml: Fix the description of
index a3f69b1..6539dfa 100644 (file)
@@ -308,7 +308,7 @@ If @free_segment is %TRUE it also frees the character data.
 
 @string: a #GString.
 @free_segment: if %TRUE the actual character data is freed as well.
-@Returns: 
+@Returns: the character data of @string (i.e. %NULL if @free_segment is %TRUE)
 
 
 <!-- ##### FUNCTION g_string_up ##### -->