From 9a4310176bb11e1e826d238eb0761b7895b48883 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Wed, 9 Oct 2013 12:19:35 +0900 Subject: [PATCH] Add missing doc for FcStrListFirst and fix a typo --- doc/fcstrset.fncs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 -- 2.7.4