Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser-plugin/plugin.h
diff options
context:
space:
mode:
authorTommi Komulainen <tko@litl.com>2009-08-25 10:45:50 (GMT)
committer Marco Pesenti Gritti <marcopg@litl.com>2010-07-27 22:04:22 (GMT)
commitae40e6243010b7049525f02b3d6d6f6497d1a70c (patch)
treea8dab4ec14f013e9a3513e1023290018ec6b33a8 /browser-plugin/plugin.h
parent4ca63208acd85880d873b2e59e6ce42df33f874c (diff)
browser-plugin: add methods for calling browser wrapper functions
Diffstat (limited to 'browser-plugin/plugin.h')
-rw-r--r--browser-plugin/plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/browser-plugin/plugin.h b/browser-plugin/plugin.h
index 58fbc96..95c53ef 100644
--- a/browser-plugin/plugin.h
+++ b/browser-plugin/plugin.h
@@ -44,6 +44,8 @@ class Plugin {
void UpdateSizingMode ();
void ClearLoadJob ();
+ void CallBrowser (const char *function_name);
+
static void SizingModeCallback (EvView *view,
GParamSpec *pspec,
gpointer data);