Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/gc_sound/python/gc_sound.override
diff options
context:
space:
mode:
Diffstat (limited to 'src/gc_sound/python/gc_sound.override')
-rw-r--r--src/gc_sound/python/gc_sound.override20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/gc_sound/python/gc_sound.override b/src/gc_sound/python/gc_sound.override
new file mode 100644
index 0000000..bbc1062
--- /dev/null
+++ b/src/gc_sound/python/gc_sound.override
@@ -0,0 +1,20 @@
+%%
+headers
+#include <Python.h>
+
+#include "pygobject.h"
+#include <glib.h>
+#include "gc-sound.h"
+
+void py_gc_sound_add_constants(PyObject *module, const gchar *strip_prefix);
+void py_gc_sound_register_classes(PyObject *d);
+
+%%
+modulename gc_sound
+%%
+import gobject.GObject as PyGObject_Type
+
+%%
+ignore-glob
+ *_get_type
+%%