Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/fill/fill.override
diff options
context:
space:
mode:
Diffstat (limited to 'fill/fill.override')
-rw-r--r--fill/fill.override15
1 files changed, 15 insertions, 0 deletions
diff --git a/fill/fill.override b/fill/fill.override
new file mode 100644
index 0000000..3de606c
--- /dev/null
+++ b/fill/fill.override
@@ -0,0 +1,15 @@
+%%
+headers
+#include <Python.h>
+#include <gtk/gtk.h>
+#include "pygobject.h"
+#include "eggfill.h"
+%%
+modulename _fill
+%%
+import gtk.gdk.Drawable as PyGdkDrawable_Type
+import gtk.gdk.GC as PyGdkGC_Type
+%%
+ignore-glob
+ *_get_type
+%%