www.LinuxHowtos.org





FcValueDestroy

Section: (3)
Updated: 05 8月 2016
Index Return to Main Contents
 

NAME

FcValueDestroy - Free a value  

SYNOPSIS

#include <fontconfig/fontconfig.h>

void FcValueDestroy (FcValue v);
 

DESCRIPTION

Frees any memory referenced by v. Values of type FcTypeString, FcTypeMatrix and FcTypeCharSet reference memory, the other types do not.


 

Index

NAME
SYNOPSIS
DESCRIPTION