Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/fill/fill.override
blob: 3de606c66f8ec9cec8d458b03e231b0421f61ad8 (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                            
%%