]> git.wh0rd.org - fontconfig.git/blobdiff - fontconfig/fontconfig.h
Prevent fc-list from escaping strings when printing them.
[fontconfig.git] / fontconfig / fontconfig.h
index d74088db317d838e217eff530e1d40da92ed7942..36982f43c9e8a25c0c3e508c33c8f241ac01b295 100644 (file)
@@ -665,6 +665,9 @@ FcNameParse (const FcChar8 *name);
 FcChar8 *
 FcNameUnparse (FcPattern *pat);
 
+FcChar8 *
+FcNameUnparseEscaped (FcPattern *pat, FcBool escape);
+
 /* fcpat.c */
 FcPattern *
 FcPatternCreate (void);