mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
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:
parent
bff7e61525
commit
d671206b9e
@ -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
|
||||
|
@ -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 ##### -->
|
||||
|
Loading…
Reference in New Issue
Block a user