[Fontconfig] fontconfig: Branch 'master'
Akira TAGOH
tagoh at kemper.freedesktop.org
Tue Oct 8 20:19:48 PDT 2013
doc/fcstrset.fncs | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
New commits:
commit 9a4310176bb11e1e826d238eb0761b7895b48883
Author: Akira TAGOH <akira at tagoh.org>
Date: Wed Oct 9 12:19:35 2013 +0900
Add missing doc for FcStrListFirst and fix a typo
diff --git a/doc/fcstrset.fncs b/doc/fcstrset.fncs
index 737347b..b96489a 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>.
@@
+ at RET@ void
+ at FUNC@ FcStrListFirst
+ at TYPE1@ FcStrList * @ARG1@ list
+ at PURPOSE@ get first string in iteration
+ at 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
More information about the Fontconfig
mailing list