Add missing doc for FcStrListFirst and fix a typo
This commit is contained in:
parent
604c2a683f
commit
9a4310176b
|
@ -98,12 +98,20 @@ Destroys <parameter>set</parameter>.
|
||||||
Creates an iterator to list the strings in <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 *
|
@RET@ FcChar8 *
|
||||||
@FUNC@ FcStrListNext
|
@FUNC@ FcStrListNext
|
||||||
@TYPE1@ FcStrList * @ARG1@ list
|
@TYPE1@ FcStrList * @ARG1@ list
|
||||||
@PURPOSE@ get next string in iteration
|
@PURPOSE@ get next string in iteration
|
||||||
@DESC@
|
@DESC@
|
||||||
Returns the next string in <parameter>set</parameter>.
|
Returns the next string in <parameter>list</parameter>.
|
||||||
@@
|
@@
|
||||||
|
|
||||||
@RET@ void
|
@RET@ void
|
||||||
|
|
Loading…
Reference in New Issue