[Fontconfig] fontconfig: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Aug 22 05:09:02 UTC 2019


 doc/fcfontset.fncs |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7172f08d4231c59cf14dab9ebab714df37e352ac
Author: Szunti <Szunti at users.noreply.github.com>
Date:   Wed Aug 21 11:45:23 2019 +0200

    Add missing return type for FcFontSet* functions

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.
 @@
 
- at RET@		
+ at 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.
 @@
 
- at RET@		
+ at RET@		void
 @FUNC@		FcFontSetSortDestroy
 @TYPE1@		FcFontSet *			@ARG1@		set
 @PURPOSE@	DEPRECATED destroy a font set


More information about the Fontconfig mailing list