From: Tristan Van Berkom Date: Tue, 21 Jul 2009 16:58:39 +0000 (-0400) Subject: Added clarification to GArray->len documentation X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=aac978ec7240cdab768c1d66c0e9a94c714dff43;p=dana%2Fcg-glib.git Added clarification to GArray->len documentation Clarify that GArray->len does not include the possible terminating zero element. --- diff --git a/docs/reference/glib/tmpl/arrays.sgml b/docs/reference/glib/tmpl/arrays.sgml index 890e15cc..b91d41e6 100644 --- a/docs/reference/glib/tmpl/arrays.sgml +++ b/docs/reference/glib/tmpl/arrays.sgml @@ -65,7 +65,7 @@ Contains the public fields of an Array. @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.