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 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
</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 ##### -->