Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/hulahop-web-view.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-12-13 11:52:47 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-12-13 11:52:47 (GMT)
commit5818437129222cb7a348f8a948e6b82a6bc5dc1d (patch)
treeecc684c18b5c5bfd8d4e53e6c6530843fa9c059e /src/hulahop-web-view.h
parent6a193c175811272095ea088981143ad5d36e630d (diff)
Add support to evaluate scripts.upstream/0.4.0.git.20071211
Diffstat (limited to 'src/hulahop-web-view.h')
-rw-r--r--src/hulahop-web-view.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hulahop-web-view.h b/src/hulahop-web-view.h
index 40ea6e8..f832b7a 100644
--- a/src/hulahop-web-view.h
+++ b/src/hulahop-web-view.h
@@ -45,6 +45,10 @@ PyObject *hulahop_web_view_get_window_root (HulahopWebView *web_view);
void hulahop_web_view_push_js_context (HulahopWebView *web_view);
void hulahop_web_view_pop_js_context (HulahopWebView *web_view);
+void hulahop_web_view_evaluate_script (HulahopWebView *web_view,
+ const char *script);
+
+
G_END_DECLS
#endif