Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser-plugin/scriptable.h
diff options
context:
space:
mode:
authorTommi Komulainen <tko@litl.com>2009-08-26 11:25:19 (GMT)
committer Marco Pesenti Gritti <marcopg@litl.com>2010-07-27 22:04:23 (GMT)
commit6a0208341897847720395a42beedbaf77836a316 (patch)
treef702879f64195c55dfc8da0c8ffa99bc8043ee22 /browser-plugin/scriptable.h
parent5ff761c012fca4cfc925de1511afca90c08d5d74 (diff)
browser-plugin: notify browser when find comes up empty
Example: plugin.magicWrapper = { onFindChanged : function() { if (plugin.canFindOnPage) { ... } } }
Diffstat (limited to 'browser-plugin/scriptable.h')
-rw-r--r--browser-plugin/scriptable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/browser-plugin/scriptable.h b/browser-plugin/scriptable.h
index f534149..8ab0917 100644
--- a/browser-plugin/scriptable.h
+++ b/browser-plugin/scriptable.h
@@ -95,6 +95,7 @@ class ScriptablePluginObject : public ScriptablePluginObjectBase
NPIdentifier mTitleID;
NPIdentifier mZoomID;
NPIdentifier mCanCopyID;
+ NPIdentifier mCanFindOnPageID;
NPIdentifier mMagicWrapperID;
NPIdentifier mZoomInID;