mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 22:52:09 +01:00
Improve g_array_free() docs. (#146875, Ed Griffiths)
This commit is contained in:
parent
123471fa80
commit
1285c810c6
@ -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>
|
Tue Jul 6 00:54:38 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gobject/gobject-sections.txt:
|
* gobject/gobject-sections.txt:
|
||||||
|
@ -289,6 +289,6 @@ If @free_segment is %TRUE it frees the actual element data as well.
|
|||||||
|
|
||||||
@array: a #GArray.
|
@array: a #GArray.
|
||||||
@free_segment: if %TRUE the actual element data is freed as well.
|
@free_segment: if %TRUE the actual element data is freed as well.
|
||||||
@Returns:
|
@Returns: the element data if @free_segment is %FALSE, otherwise %NULL
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user