table of contents
other versions
- Tumbleweed 2.16.0-1.3
- Leap-16.0
- Leap-15.6
| 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.
| 18 1月 2025 | Fontconfig 2.16.0 |