]> git.wh0rd.org - fontconfig.git/blob - doc/fcvalue.fncs
Rework documentation to build man pages for each function
[fontconfig.git] / doc / fcvalue.fncs
1 @RET@ void
2 @FUNC@ FcValueDestroy
3 @TYPE1@ FcValue @ARG1@ v
4 @PURPOSE@ Free a value
5 @DESC@
6 Frees any memory referenced by `v'. Values of type FcTypeString,
7 FcTypeMatrix and FcTypeCharSet reference memory, the other types do not.
8 @@
9
10 @RET@ FcValue
11 @FUNC@ FcValueSave
12 @TYPE1@ FcValue @ARG1@ v
13 @PURPOSE@ Copy a value
14 @DESC@
15 Returns a copy of `v' duplicating any object referenced by it so that `v'
16 may be safely destroyed without harming the new value.
17 @@