From f0945396875ec4ff60add56935b02c3f66b3fc40 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Wed, 13 Aug 2014 11:39:29 +0900 Subject: [PATCH] Note FcConfigSetCurrent() increases the refcount in document --- doc/fcconfig.fncs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/fcconfig.fncs b/doc/fcconfig.fncs index 24d7121..10f5afc 100644 --- a/doc/fcconfig.fncs +++ b/doc/fcconfig.fncs @@ -59,7 +59,8 @@ cause a new configuration to be created for use as current configuration. @PURPOSE@ Set configuration as default @DESC@ Sets the current default configuration to config. Implicitly calls -FcConfigBuildFonts if necessary, returning FcFalse if that call fails. +FcConfigBuildFonts if necessary, and FcConfigReference() to inrease the reference count +in config since 2.12.0, returning FcFalse if that call fails. @@ @RET@ FcConfig *