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

This commit is contained in:
Matthias Clasen 2004-07-09 13:10:47 +00:00
parent 123471fa80
commit 1285c810c6
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)
Tue Jul 6 00:54:38 2004 Matthias Clasen <maclas@gmx.de>
* gobject/gobject-sections.txt:

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