Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib/sugar/_sugarext.defs
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-10-16 09:50:11 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-10-16 09:50:11 (GMT)
commit6d2828e54e3de7bdea720f0affec9166ef090a69 (patch)
treefc502e7af84857ea9c5a2ba37151e0e267168423 /lib/sugar/_sugarext.defs
parentc999a3ca80feccc62c6652553b48f638966fb521 (diff)
Use gdk to get/set X11 properties
Diffstat (limited to 'lib/sugar/_sugarext.defs')
-rw-r--r--lib/sugar/_sugarext.defs19
1 files changed, 0 insertions, 19 deletions
diff --git a/lib/sugar/_sugarext.defs b/lib/sugar/_sugarext.defs
index 6a9129d..be5d185 100644
--- a/lib/sugar/_sugarext.defs
+++ b/lib/sugar/_sugarext.defs
@@ -92,25 +92,6 @@
'("guint" "state")
)
)
-; functions
-
-(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")
- )
-)
;; From sexy-icon-entry.h