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-13 12:16:03 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-06-13 12:16:03 (GMT)
commitc84af0839782820ff42a8cf08c3b76d830f77757 (patch)
tree9c4c7bbd9474dc3dfa45f2b00e65e2b839e6d0ac /src/hulahop-web-view.h
parentfe86acf314161823a648dd480e55915dc184e057 (diff)
Implement get_doc_shell in python.
Diffstat (limited to 'src/hulahop-web-view.h')
-rw-r--r--src/hulahop-web-view.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hulahop-web-view.h b/src/hulahop-web-view.h
index d90a46f..7f56a63 100644
--- a/src/hulahop-web-view.h
+++ b/src/hulahop-web-view.h
@@ -41,7 +41,6 @@ void hulahop_web_view_grab_focus (HulahopWebView *web_view);
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);
G_END_DECLS