www.LinuxHowtos.org





FcValueSave

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

NAME

FcValueSave - Copy a value  

SYNOPSIS

#include <fontconfig/fontconfig.h>

FcValue FcValueSave (FcValue v);
 

DESCRIPTION

Returns a copy of v duplicating any object referenced by it so that v may be safely destroyed without harming the new value.


 

Index

NAME
SYNOPSIS
DESCRIPTION