[doc] Fix signatures of FcPatternGetFTFace and FcPatternGetLangSet (#16272)

This commit is contained in:
Behdad Esfahbod 2008-08-12 17:52:02 -04:00
parent 317b849215
commit 2e08e0f243
1 changed files with 4 additions and 2 deletions

View File

@ -245,14 +245,16 @@ within the pattern directly. Applications must not free this value.
@FUNC++++++@ FcPatternGetFTFace
@TYPE1++++++@ FcPattern * @ARG1++++++@ p
@TYPE2++++++@ const char * @ARG2++++++@ object
@TYPE3++++++@ const FT_Face * @ARG3++++++@ f
@TYPE3+++++@ int% @ARG3+++++@ n
@TYPE3++++++@ FT_Face * @ARG3++++++@ f
@PROTOTYPE+++++++@
@RET+++++++@ FcBool
@FUNC+++++++@ FcPatternGetLangSet
@TYPE1+++++++@ FcPattern * @ARG1+++++++@ p
@TYPE2+++++++@ const char * @ARG2+++++++@ object
@TYPE3+++++++@ const FcLangSet ** @ARG3+++++++@ l
@TYPE3+++++@ int% @ARG3+++++@ n
@TYPE3+++++++@ FcLangSet ** @ARG3+++++++@ l
@PURPOSE@ Return a typed value from a pattern
@DESC@