summaryrefslogtreecommitdiffstats
path: root/pygtk/zbarpygtk.override
blob: a66ceb9885e529b903ea282d7b1df79a8b7b50db (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 <zbar/zbargtk.h>
%%
modulename zbarpygtk
%%
import gtk.Widget as PyGtkWidget_Type
import gtk.gdk.Pixbuf as PyGdkPixbuf_Type
%%
ignore-type
  ZBarGtkError
%%
ignore-glob
  *_get_type
%%
ignore
  zbar_gtk_image_from_pixbuf  # until base library wrappers are in place
%%