Add a function to calculate the length of a NULL-terminated string array.
authorMatthias Clasen <maclas@gmx.de>
Thu, 9 Sep 2004 04:12:19 +0000 (04:12 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 9 Sep 2004 04:12:19 +0000 (04:12 +0000)
commit6ec472439976e04d86c510c56acedaec836257db
tree4ae6b72c3387f6bb1cf64c92d3763d6396b2bed1
parentcbadee081213a5d80f790b75333926c493bb152d
Add a function to calculate the length of a NULL-terminated string array.

Thu Sep  9 00:10:40 2004  Matthias Clasen  <maclas@gmx.de>

* glib/gstrfuncs.h:
* glib/gstrfuncs.c (g_strv_length): Add a function to
calculate the length of a NULL-terminated string
array.  (#150455, Tim-Philipp Müller)

* tests/strfunc-test.c (main): Add a test for g_strv_length().
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-6
ChangeLog.pre-2-8
docs/reference/ChangeLog
docs/reference/glib/glib-sections.txt
glib/gstrfuncs.c
glib/gstrfuncs.h
tests/strfunc-test.c