From ae40e6243010b7049525f02b3d6d6f6497d1a70c Mon Sep 17 00:00:00 2001 From: Tommi Komulainen Date: Tue, 25 Aug 2009 10:45:50 +0000 Subject: browser-plugin: add methods for calling browser wrapper functions --- (limited to 'browser-plugin/scriptable.h') diff --git a/browser-plugin/scriptable.h b/browser-plugin/scriptable.h index 4a96b77..79a9519 100644 --- a/browser-plugin/scriptable.h +++ b/browser-plugin/scriptable.h @@ -89,6 +89,8 @@ class ScriptablePluginObject : public ScriptablePluginObjectBase virtual bool InvokeDefault (const NPVariant *args, uint32_t argCount, NPVariant *result); + virtual void CallBrowser (const char *function_name); + private: NPIdentifier mTitleID; NPIdentifier mMagicWrapperID; -- cgit v0.9.1