doc/fcstrset.fncs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) New commits: commit 9a4310176bb11e1e826d238eb0761b7895b48883 Author: Akira TAGOH <akira@xxxxxxxxx> 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>. @@ +@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 _______________________________________________ Fontconfig mailing list Fontconfig@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/fontconfig