Document the return value of g_string_free().

2003-01-21  Matthias Clasen  <maclas@gmx.de>

	* glib/tmpl/strings.sgml: Document the return value of g_string_free().
This commit is contained in:
Matthias Clasen 2003-01-21 22:24:00 +00:00 committed by Matthias Clasen
parent bff7e61525
commit d671206b9e
2 changed files with 5 additions and 1 deletions

View 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

View 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 ##### -->