From: Akira TAGOH Date: Wed, 9 Oct 2013 03:19:35 +0000 (+0900) Subject: Add missing doc for FcStrListFirst and fix a typo X-Git-Tag: 2.11.0~3 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Ffontconfig.git;a=commitdiff_plain;h=9a4310176bb11e1e826d238eb0761b7895b48883 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 set. Creates an iterator to list the strings in set. @@ +@RET@ void +@FUNC@ FcStrListFirst +@TYPE1@ FcStrList * @ARG1@ list +@PURPOSE@ get first string in iteration +@DESC@ +Returns the first string in list. +@@ + @RET@ FcChar8 * @FUNC@ FcStrListNext @TYPE1@ FcStrList * @ARG1@ list @PURPOSE@ get next string in iteration @DESC@ -Returns the next string in set. +Returns the next string in list. @@ @RET@ void