Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/hulahop.defs
diff options
context:
space:
mode:
Diffstat (limited to 'src/hulahop.defs')
-rw-r--r--src/hulahop.defs44
1 files changed, 0 insertions, 44 deletions
diff --git a/src/hulahop.defs b/src/hulahop.defs
deleted file mode 100644
index 811b6c5..0000000
--- a/src/hulahop.defs
+++ /dev/null
@@ -1,44 +0,0 @@
-(define-object WebView
- (in-module "Hulahop")
- (parent "GtkBin")
- (c-name "HulahopWebView")
- (gtype-id "HULAHOP_TYPE_WEB_VIEW")
-)
-
-(define-method get_browser
- (of-object "HulahopWebView")
- (c-name "hulahop_web_view_get_browser")
- (return-type "none")
-)
-
-(define-method get_window_root
- (of-object "HulahopWebView")
- (c-name "hulahop_web_view_get_window_root")
- (return-type "none")
-)
-
-(define-function startup
- (c-name "hulahop_startup")
- (return-type "gboolean")
-)
-
-(define-function shutdown
- (c-name "hulahop_shutdown")
- (return-type "none")
-)
-
-(define-function set_profile_path
- (c-name "hulahop_set_profile_path")
- (parameters
- '("gchar*" "path")
- )
- (return-type "none")
-)
-
-(define-function add_components_path
- (c-name "hulahop_add_components_path")
- (parameters
- '("gchar*" "path")
- )
- (return-type "none")
-)