]> git.wh0rd.org - fontconfig.git/blobdiff - doc/fcinit.fncs
Added new FcFini function for cleaning up all memory. Fixed a few memory
[fontconfig.git] / doc / fcinit.fncs
index bdf83fd86cbdf89283a1bb441bcfde97103dcc8e..04a3195ed3b1df491467081be3a943ffa5dcd03c 100644 (file)
@@ -50,6 +50,17 @@ process succeeded or not.  If the default configuration has already
 been loaded, this routine does nothing and returns FcTrue.
 @@
 
+@RET@          void
+@FUNC@         FcFini
+@TYPE1@                void
+@PURPOSE@      finalize fonconfig library
+@DESC@
+Frees all data structures allocated by previous calls to fontconfig
+functions. Fontconfig returns to an uninitialized state, requiring a
+new call to one of the FcInit functions before any other fontconfig
+function may be called.
+@@
+
 @RET@           int       
 @FUNC@          FcGetVersion 
 @TYPE1@                void