]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcint.h
Added new FcFini function for cleaning up all memory. Fixed a few memory
[fontconfig.git] / src / fcint.h
index 926111e8fc08398f4cfb441b75a4ae401af4f3e9..036da9e74ae3f78b68ba67d879b316dbbf712da0 100644 (file)
@@ -469,6 +469,9 @@ FcConfigAcceptFilename (FcConfig    *config,
 FcCharSet *
 FcCharSetFreeze (FcCharSet *cs);
 
+void
+FcCharSetThawAll (void);
+
 FcBool
 FcNameUnparseCharSet (FcStrBuf *buf, const FcCharSet *c);
 
@@ -663,6 +666,9 @@ FcPatternAddWithBinding  (FcPattern     *p,
 FcPattern *
 FcPatternFreeze (FcPattern *p);
 
+void
+FcPatternThawAll (void);
+
 /* fcrender.c */
 
 /* fcmatrix.c */