from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
FcConfigReference
Section: (3) Updated: 05 8月 2016 Index
Return to Main Contents
NAME
FcConfigReference - Increment config reference count
SYNOPSIS
#include <fontconfig/fontconfig.h>
FcConfig * FcConfigReference (FcConfig *config);
DESCRIPTION
Add another reference to config. Configs are freed only
when the reference count reaches zero.
If config is NULL, the current configuration is used.
In that case this function will be similar to FcConfigGetCurrent() except that
it increments the reference count before returning and the user is responsible
for destroying the configuration when not needed anymore.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
|