Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/_sugarext.defs
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/_sugarext.defs')
-rw-r--r--sugar/_sugarext.defs18
1 files changed, 18 insertions, 0 deletions
diff --git a/sugar/_sugarext.defs b/sugar/_sugarext.defs
index db0c5b3..699f96c 100644
--- a/sugar/_sugarext.defs
+++ b/sugar/_sugarext.defs
@@ -25,3 +25,21 @@
'("const-char*" "filename")
)
)
+
+(define-function x11_set_string_property
+ (c-name "sugar_x11_util_set_string_property")
+ (parameters
+ '("GdkWindow*" "window")
+ '("const-char*" "property")
+ '("const-char*" "value")
+ )
+)
+
+(define-function x11_get_string_property
+ (c-name "sugar_x11_util_get_string_property")
+ (return-type "char*")
+ (parameters
+ '("GdkWindow*" "window")
+ '("const-char*" "property")
+ )
+)