Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/_sugarext.defs
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-06-01 18:38:30 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-06-01 18:38:30 (GMT)
commit5cc9a8c42437376ccef2fbe578a637f8ab3396b5 (patch)
treeb6494791f0382349b04d0605bd3da87469c233f4 /sugar/_sugarext.defs
parentd4bd7a5d05f251cdf90c0f656f0498df05b4e5b1 (diff)
Bindings to set activity_id and bundle_id hints
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")
+ )
+)