summaryrefslogtreecommitdiff
path: root/rufl.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2005-02-20 12:24:18 +0000
committerJames Bursa <james@netsurf-browser.org>2005-02-20 12:24:18 +0000
commitc9b0e66246b905805a9e5d025771587a0e4f9a75 (patch)
tree7a4a55fcb9db9e1a83389b162074f7ade85d8252 /rufl.h
parentafb3ee60c93f3d6ea31839bc379f284a40c09e5f (diff)
downloadlibrufl-c9b0e66246b905805a9e5d025771587a0e4f9a75.tar.gz
librufl-c9b0e66246b905805a9e5d025771587a0e4f9a75.tar.bz2
[project @ 2005-02-20 12:24:18 by bursa]
Implement rufl_invalidate_cache(). svn path=/import/rufl/; revision=2449
Diffstat (limited to 'rufl.h')
-rw-r--r--rufl.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/rufl.h b/rufl.h
index 7016dd6..38f481f 100644
--- a/rufl.h
+++ b/rufl.h
@@ -108,6 +108,15 @@ void rufl_dump_state(void);
/**
+ * Clear the internal font handle cache.
+ *
+ * Call this function on mode changes or output redirection changes.
+ */
+
+void rufl_invalidate_cache(void);
+
+
+/**
* Free all resources used by the library.
*/