[glib] Added clarification to GArray->len documentation
- From: Tristan Van Berkom <tvb src gnome org>
- To: svn-commits-list gnome org
- Subject: [glib] Added clarification to GArray->len documentation
- Date: Tue, 21 Jul 2009 16:59:42 +0000 (UTC)
commit aac978ec7240cdab768c1d66c0e9a94c714dff43
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date: Tue Jul 21 12:58:39 2009 -0400
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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/glib/tmpl/arrays.sgml b/docs/reference/glib/tmpl/arrays.sgml
index 890e15c..b91d41e 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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]