Document how to free return value of FcNameUnparse()

This commit is contained in:
Behdad Esfahbod 2008-08-22 18:25:22 -04:00
parent 241fbde1ab
commit 8072f4b130
1 changed files with 1 additions and 1 deletions

View File

@ -393,5 +393,5 @@ Converts <parameter>name</parameter> from the standard text format described abo
@DESC@
Converts the given pattern into the standard text format described above.
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().
@@