Add missing return type for FcFontSet* functions
This commit is contained in:
parent
cb1036a7c7
commit
7172f08d42
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue