mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 10:16:17 +01:00
One more improvement.
2005-07-26 Matthias Clasen <mclasen@redhat.com> * glib/tmpl/arrays.sgml: One more improvement.
This commit is contained in:
parent
6b9b51a920
commit
39560bf49f
@ -1,3 +1,7 @@
|
||||
2005-07-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/tmpl/arrays.sgml: One more improvement.
|
||||
|
||||
2005-07-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/tmpl/arrays.sgml: Add some details. (#311310,
|
||||
|
@ -291,6 +291,12 @@ If @free_segment is %TRUE it frees the memory block holding the elements
|
||||
as well. Pass %FALSE if you want to free the #GArray wrapper but preserve
|
||||
the underlying array for use elsewhere.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
If array elements contain dynamically-allocated memory, they should be freed
|
||||
first.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
@array: a #GArray.
|
||||
@free_segment: if %TRUE the actual element data is freed as well.
|
||||
|
Loading…
Reference in New Issue
Block a user