Improve g_array_free() docs. (#146875, Ed Griffiths)

This commit is contained in:
Matthias Clasen 2004-07-09 13:10:34 +00:00
parent 769c61ca08
commit 84593cfb4d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-07-09 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/arrays.sgml: Improve g_array_free() docs. (#146875,
Ed Griffiths)
2004-06-15 Federico Mena Quintero <federico@ximian.com>
Merged from HEAD:

View File

@ -289,6 +289,6 @@ If @free_segment is %TRUE it frees the actual element data as well.
@array: a #GArray.
@free_segment: if %TRUE the actual element data is freed as well.
@Returns:
@Returns: the element data if @free_segment is %FALSE, otherwise %NULL