Document how to free return value of FcNameUnparse()
This commit is contained in:
parent
241fbde1ab
commit
8072f4b130
|
@ -393,5 +393,5 @@ Converts <parameter>name</parameter> from the standard text format described abo
|
||||||
@DESC@
|
@DESC@
|
||||||
Converts the given pattern into the standard text format described above.
|
Converts the given pattern into the standard text format described above.
|
||||||
The return value is not static, but instead refers to newly allocated memory
|
The return value is not static, but instead refers to newly allocated memory
|
||||||
which should be freed by the caller.
|
which should be freed by the caller using free().
|
||||||
@@
|
@@
|
||||||
|
|
Loading…
Reference in New Issue