One more improvement.

2005-07-26  Matthias Clasen  <mclasen@redhat.com>

	* glib/tmpl/arrays.sgml: One more improvement.
This commit is contained in:
Matthias Clasen 2005-07-26 15:37:22 +00:00 committed by Matthias Clasen
parent 6b9b51a920
commit 39560bf49f
2 changed files with 10 additions and 0 deletions

View File

@ -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,

View File

@ -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.