Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/fill_src/fill.override
diff options
context:
space:
mode:
authorManusheel <manusheel@localhost.localdomain>2007-07-24 15:10:45 (GMT)
committer Manusheel <manusheel@localhost.localdomain>2007-07-24 15:10:45 (GMT)
commit90bf7269de06b9b1398de7eb387d52cffda72694 (patch)
tree77ea1758d6ca176d3c4c97275efdb9a4539c2e59 /fill_src/fill.override
parent9c0b7121410f4d013d2cc67e5b7490c593abdb74 (diff)
Bugs fixed, new functions added, existing functions changed
Diffstat (limited to 'fill_src/fill.override')
-rw-r--r--fill_src/fill.override15
1 files changed, 15 insertions, 0 deletions
diff --git a/fill_src/fill.override b/fill_src/fill.override
new file mode 100644
index 0000000..85a2f70
--- /dev/null
+++ b/fill_src/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
+%%