Added clarification to GArray->len documentation

Clarify that GArray->len does not include the possible
terminating zero element.
This commit is contained in:
Tristan Van Berkom 2009-07-21 12:58:39 -04:00
parent 4654a7d593
commit aac978ec72

View File

@ -65,7 +65,7 @@ Contains the public fields of an <link linkend="glib-arrays">Array</link>.
@data: a pointer to the element data. The data may be moved as elements are
added to the #GArray.
@len: the number of elements in the #GArray.
@len: the number of elements in the #GArray not including the possible terminating zero element.
<!-- ##### FUNCTION g_array_new ##### -->
<para>