summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2014-08-13 11:39:29 +0900
committerAkira TAGOH <akira@tagoh.org>2014-08-13 11:39:29 +0900
commitf0945396875ec4ff60add56935b02c3f66b3fc40 (patch)
tree26fa01327310f00de851ae1d8e33092d1afc9b40 /doc
parenteb2689c67ba2da969d33be43a05af1e8975e9837 (diff)
Note FcConfigSetCurrent() increases the refcount in document
Diffstat (limited to 'doc')
-rw-r--r--doc/fcconfig.fncs3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/fcconfig.fncs b/doc/fcconfig.fncs
index 24d7121e..10f5afc7 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 <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 *