Blame doc/FcConfigDestroy.3
|
Packit |
352660 |
.\" auto-generated by docbook2man-spec from docbook-utils package
|
|
Packit |
352660 |
.TH "FcConfigDestroy" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
|
|
Packit |
352660 |
.SH NAME
|
|
Packit |
352660 |
FcConfigDestroy \- Destroy a configuration
|
|
Packit |
352660 |
.SH SYNOPSIS
|
|
Packit |
352660 |
.nf
|
|
Packit |
352660 |
\fB#include <fontconfig/fontconfig.h>
|
|
Packit |
352660 |
.sp
|
|
Packit |
352660 |
void FcConfigDestroy (FcConfig *\fIconfig\fB);
|
|
Packit |
352660 |
.fi\fR
|
|
Packit |
352660 |
.SH "DESCRIPTION"
|
|
Packit |
352660 |
.PP
|
|
Packit |
352660 |
Decrements the config reference count. If all references are gone, destroys
|
|
Packit |
352660 |
the configuration and any data associated with it.
|
|
Packit |
352660 |
Note that calling this function with the return from FcConfigGetCurrent will
|
|
Packit |
352660 |
cause a new configuration to be created for use as current configuration.
|