summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2013-10-09 12:19:35 +0900
committerAkira TAGOH <akira@tagoh.org>2013-10-09 12:19:35 +0900
commit9a4310176bb11e1e826d238eb0761b7895b48883 (patch)
treec317a81319f5c61e783f349a54a118df125347b5 /doc
parent604c2a683f1357fc65bad372b5d25a90099f827f (diff)
Add missing doc for FcStrListFirst and fix a typo
Diffstat (limited to 'doc')
-rw-r--r--doc/fcstrset.fncs10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/fcstrset.fncs b/doc/fcstrset.fncs
index 737347b0..b96489a4 100644
--- a/doc/fcstrset.fncs
+++ b/doc/fcstrset.fncs
@@ -98,12 +98,20 @@ Destroys <parameter>set</parameter>.
Creates an iterator to list the strings in <parameter>set</parameter>.
@@
+@RET@ void
+@FUNC@ FcStrListFirst
+@TYPE1@ FcStrList * @ARG1@ list
+@PURPOSE@ get first string in iteration
+@DESC@
+Returns the first string in <parameter>list</parameter>.
+@@
+
@RET@ FcChar8 *
@FUNC@ FcStrListNext
@TYPE1@ FcStrList * @ARG1@ list
@PURPOSE@ get next string in iteration
@DESC@
-Returns the next string in <parameter>set</parameter>.
+Returns the next string in <parameter>list</parameter>.
@@
@RET@ void