mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +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>
|
||||
|
||||
* gobject/gobject-sections.txt:
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user