]> git.wh0rd.org - fontconfig.git/blame - doc/fcvalue.fncs
Rework documentation to build man pages for each function
[fontconfig.git] / doc / fcvalue.fncs
CommitLineData
22671e25
KP
1@RET@ void
2@FUNC@ FcValueDestroy
3@TYPE1@ FcValue @ARG1@ v
4@PURPOSE@ Free a value
5@DESC@
6Frees any memory referenced by `v'. Values of type FcTypeString,
7FcTypeMatrix 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@
15Returns a copy of `v' duplicating any object referenced by it so that `v'
16may be safely destroyed without harming the new value.
17@@