Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/python
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 /python
parent6a193c175811272095ea088981143ad5d36e630d (diff)
Add support to evaluate scripts.upstream/0.4.0.git.20071211
Diffstat (limited to 'python')
-rw-r--r--python/hulahop.defs9
1 files changed, 9 insertions, 0 deletions
diff --git a/python/hulahop.defs b/python/hulahop.defs
index 403208c..55c1733 100644
--- a/python/hulahop.defs
+++ b/python/hulahop.defs
@@ -67,3 +67,12 @@
(return-type "none")
)
+(define-method evaluate_script
+ (of-object "HulahopWebView")
+ (c-name "hulahop_web_view_evaluate_script")
+ (parameters
+ '("gchar*" "script")
+ )
+ (return-type "none")
+)
+