Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bindings/globalkeys/globalkeys.override
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/globalkeys/globalkeys.override')
-rw-r--r--bindings/globalkeys/globalkeys.override17
1 files changed, 17 insertions, 0 deletions
diff --git a/bindings/globalkeys/globalkeys.override b/bindings/globalkeys/globalkeys.override
new file mode 100644
index 0000000..f54c4ef
--- /dev/null
+++ b/bindings/globalkeys/globalkeys.override
@@ -0,0 +1,17 @@
+/* -*- Mode: C; c-basic-offset: 4 -*- */
+%%
+headers
+#include <Python.h>
+
+#include "pygobject.h"
+#include "sugar-key-grabber.h"
+
+%%
+modulename globalkeys
+%%
+import gobject.GObject as PyGObject_Type
+%%
+ignore-glob
+ *_get_type
+ _*
+%%