18 lines
464 B
Plaintext
18 lines
464 B
Plaintext
|
@RET@ void
|
||
|
@FUNC@ FcValueDestroy
|
||
|
@TYPE1@ FcValue @ARG1@ v
|
||
|
@PURPOSE@ Free a value
|
||
|
@DESC@
|
||
|
Frees any memory referenced by `v'. Values of type FcTypeString,
|
||
|
FcTypeMatrix and FcTypeCharSet reference memory, the other types do not.
|
||
|
@@
|
||
|
|
||
|
@RET@ FcValue
|
||
|
@FUNC@ FcValueSave
|
||
|
@TYPE1@ FcValue @ARG1@ v
|
||
|
@PURPOSE@ Copy a value
|
||
|
@DESC@
|
||
|
Returns a copy of `v' duplicating any object referenced by it so that `v'
|
||
|
may be safely destroyed without harming the new value.
|
||
|
@@
|