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-05-22 10:29:30 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-05-22 10:29:30 (GMT)
commit2c92da58d54b62149d5e286f6d44d334cb415b5f (patch)
treea7dd03ef05367c37c7355720bb1b01d4d7457e13 /src/hulahop-web-view.h
parent2022177e42224f24d1350d7bdebe4d6badc3d821 (diff)
Skeleton implementation of chrome
Diffstat (limited to 'src/hulahop-web-view.h')
-rw-r--r--src/hulahop-web-view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hulahop-web-view.h b/src/hulahop-web-view.h
index 84db17b..68610b5 100644
--- a/src/hulahop-web-view.h
+++ b/src/hulahop-web-view.h
@@ -36,6 +36,7 @@ typedef struct _HulahopWebViewClass HulahopWebViewClass;
#define HULAHOP_WEB_VIEW_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS((object), HULAHOP_TYPE_WEB_VIEW, HulahopWebViewClass))
GType hulahop_web_view_get_type (void);
+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);
PyObject *hulahop_web_view_get_doc_shell (HulahopWebView *web_view);