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.defs16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/hulahop.defs b/src/hulahop.defs
index 2278a9c..8df394b 100644
--- a/src/hulahop.defs
+++ b/src/hulahop.defs
@@ -26,3 +26,19 @@
(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")
+)