Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/fill_src/fill.override
blob: 85a2f70de10ad5dbff79a37234a51acc58daa726 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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                            
%%