Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bindings/globalkeys/globalkeys.defs
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-08-25 09:19:27 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-08-25 09:19:27 (GMT)
commit1ada2b68b62c44b7379f3623567dbb291d04ab7a (patch)
treef0f6e1721ab2c437b3a513badff0dc22578f8758 /bindings/globalkeys/globalkeys.defs
parentb34cff91a39481744107ef0453f8d44ae5c7fb73 (diff)
Skeleton for the global keys stuff
Diffstat (limited to 'bindings/globalkeys/globalkeys.defs')
-rw-r--r--bindings/globalkeys/globalkeys.defs17
1 files changed, 17 insertions, 0 deletions
diff --git a/bindings/globalkeys/globalkeys.defs b/bindings/globalkeys/globalkeys.defs
new file mode 100644
index 0000000..5597417
--- /dev/null
+++ b/bindings/globalkeys/globalkeys.defs
@@ -0,0 +1,17 @@
+(define-object KeyGrabber
+ (in-module "globalkeys")
+ (parent "GObject")
+ (c-name "SugarKeyGrabber")
+ (gtype-id "SUGAR_TYPE_KEY_GRABBER")
+)
+
+(define-function sugar_key_grabber_get_type
+ (c-name "sugar_key_grabber_get_type")
+ (return-type "GType")
+)
+
+(define-function sugar_key_grabber_new
+ (c-name "sugar_key_grabber_new")
+ (is-constructor-of "SugarKeyGrabber")
+ (return-type "GObject*")
+)