www.LinuxHowtos.org





FcPatternReference

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

NAME

FcPatternReference - Increment pattern reference count  

SYNOPSIS

#include <fontconfig/fontconfig.h>

void FcPatternReference (FcPattern *p);
 

DESCRIPTION

Add another reference to p. Patterns are freed only when the reference count reaches zero.


 

Index

NAME
SYNOPSIS
DESCRIPTION