Note FcConfigSetCurrent() increases the refcount in document

This commit is contained in:
Akira TAGOH 2014-08-13 11:39:29 +09:00
parent eb2689c67b
commit f094539687
1 changed files with 2 additions and 1 deletions

View File

@ -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 <parameter>config</parameter>. Implicitly calls
FcConfigBuildFonts if necessary, returning FcFalse if that call fails.
FcConfigBuildFonts if necessary, and FcConfigReference() to inrease the reference count
in <parameter>config</parameter> since 2.12.0, returning FcFalse if that call fails.
@@
@RET@ FcConfig *