Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/gc_sound/python/gc_sound.override
blob: bbc10626cf158a33607a5e74249c36d6a7078a21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
%%