From aac978ec7240cdab768c1d66c0e9a94c714dff43 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Tue, 21 Jul 2009 12:58:39 -0400 Subject: [PATCH] Added clarification to GArray->len documentation Clarify that GArray->len does not include the possible terminating zero element. --- docs/reference/glib/tmpl/arrays.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.34.1