Add missing doc for FcStrListFirst and fix a typo
authorAkira TAGOH <akira@tagoh.org>
Wed, 9 Oct 2013 03:19:35 +0000 (12:19 +0900)
committerAkira TAGOH <akira@tagoh.org>
Wed, 9 Oct 2013 03:19:35 +0000 (12:19 +0900)
doc/fcstrset.fncs

index 737347b..b96489a 100644 (file)
@@ -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