Add missing return type for FcFontSet* functions

This commit is contained in:
Szunti 2019-08-21 11:45:23 +02:00
parent cb1036a7c7
commit 7172f08d42
1 changed files with 2 additions and 2 deletions

View File

@ -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