diff options
author | Szunti <Szunti@users.noreply.github.com> | 2019-08-21 11:45:23 +0200 |
---|---|---|
committer | Szunti <Szunti@users.noreply.github.com> | 2019-08-21 11:45:23 +0200 |
commit | 7172f08d4231c59cf14dab9ebab714df37e352ac (patch) | |
tree | e8c167146e334f2d87e0032ffa42504f037584ac /doc | |
parent | cb1036a7c7f1cb79fa799b1db368c86b018ec368 (diff) |
Add missing return type for FcFontSet* functions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fcfontset.fncs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fcfontset.fncs b/doc/fcfontset.fncs index e076d8b..f9f5ea5 100644 --- a/doc/fcfontset.fncs +++ b/doc/fcfontset.fncs @@ -97,7 +97,7 @@ of the output is designed to be of help to users and developers, and may change at any time. @@ -@RET@ +@RET@ FcFontSet * @FUNC@ FcFontSetSort @TYPE1@ FcConfig * @ARG1@ config @TYPE2@ FcFontSet ** @ARG2@ sets @@ -128,7 +128,7 @@ modify these patterns. Instead, they should be passed, along with The FcFontSet returned by FcFontSetSort is destroyed by calling FcFontSetDestroy. @@ -@RET@ +@RET@ void @FUNC@ FcFontSetSortDestroy @TYPE1@ FcFontSet * @ARG1@ set @PURPOSE@ DEPRECATED destroy a font set |