mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Added clarification to GArray->len documentation
Clarify that GArray->len does not include the possible terminating zero element.
This commit is contained in:
parent
4654a7d593
commit
aac978ec72
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user