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:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-06-21 18:25:41 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-06-21 18:25:41 (GMT)
commit67d5a1dc989473f99b43e968ddec270803d978dc (patch)
tree31ea3baca50862e5156b7609c94548c4a44662a9 /src/hulahop-web-view.h
parentf91a1b5b943b93074c86ac468131607ec01b1f20 (diff)
Finally put modal dialogs to work.
Diffstat (limited to 'src/hulahop-web-view.h')
-rw-r--r--src/hulahop-web-view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hulahop-web-view.h b/src/hulahop-web-view.h
index 7f56a63..40ea6e8 100644
--- a/src/hulahop-web-view.h
+++ b/src/hulahop-web-view.h
@@ -42,6 +42,9 @@ void hulahop_web_view_create_window (HulahopWebView *web_view);
PyObject *hulahop_web_view_get_browser (HulahopWebView *web_view);
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);
+
G_END_DECLS
#endif