mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-29 19:10:03 +01:00
Clarify the docs for g_ptr_array_free. (#170149, Jared Lash)
2005-03-29 Matthias Clasen <mclasen@redhat.com> * glib/tmpl/arrays_pointer.sgml: Clarify the docs for g_ptr_array_free. (#170149, Jared Lash)
This commit is contained in:
parent
dfb8990512
commit
46fda0cf41
@ -1,3 +1,8 @@
|
||||
2005-03-29 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/tmpl/arrays_pointer.sgml: Clarify the docs for
|
||||
g_ptr_array_free. (#170149, Jared Lash)
|
||||
|
||||
2005-03-29 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* glib/tmpl/spawn.sgml: Add Win32 warnings regarding the child
|
||||
|
@ -222,8 +222,9 @@ Frees all of the memory allocated for the pointer array.
|
||||
</para>
|
||||
|
||||
@array: a #GPtrArray.
|
||||
@free_seg: if %TRUE the actual element data is freed as well.
|
||||
@Returns:
|
||||
@free_seg: if %TRUE the array of pointers (@pdata) is freed.
|
||||
@Returns: %NULL if @free_seg is %TRUE, otherwise the array of
|
||||
pointers (@pdata) is returned.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_ptr_array_foreach ##### -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user