summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2009-07-21 12:58:39 -0400
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2009-07-21 12:58:39 -0400
commitaac978ec7240cdab768c1d66c0e9a94c714dff43 (patch)
tree90353aebe82db5676a30bb583bb13ca6459396d3
parent4654a7d593aed9ab0e131abe250e7e488283c24f (diff)
Added clarification to GArray->len documentation
Clarify that GArray->len does not include the possible terminating zero element.
-rw-r--r--docs/reference/glib/tmpl/arrays.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/glib/tmpl/arrays.sgml b/docs/reference/glib/tmpl/arrays.sgml
index 890e15cc0..b91d41e6c 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 <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>