table of contents
other versions
- trixie 2.15.0-2.3
- testing 2.15.0-2.4
- unstable 2.15.0-2.4
- experimental 2.17.1-1
FcValueSave(3) | FcValueSave(3) |
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.
04 April 2025 | Fontconfig 2.15.0 |