Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/python/hulahop.defs
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-05-21 20:50:53 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-05-21 20:50:53 (GMT)
commit2022177e42224f24d1350d7bdebe4d6badc3d821 (patch)
tree723708ab61b39cc2ca3ee46cc97104ad8cb438a2 /python/hulahop.defs
parentc52e22c9e072ebc249fc1e0f4773daa120034839 (diff)
Expose some more properties
Diffstat (limited to 'python/hulahop.defs')
-rw-r--r--python/hulahop.defs6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/hulahop.defs b/python/hulahop.defs
index 811b6c5..49dff91 100644
--- a/python/hulahop.defs
+++ b/python/hulahop.defs
@@ -17,6 +17,12 @@
(return-type "none")
)
+(define-method get_doc_shell
+ (of-object "HulahopWebView")
+ (c-name "hulahop_web_view_get_doc_shell")
+ (return-type "none")
+)
+
(define-function startup
(c-name "hulahop_startup")
(return-type "gboolean")