Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/hulahop.override
blob: b232bcb5481de488e73f02cff08d8fc8f4cec5b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* -*- Mode: C; c-basic-offset: 4 -*- */
%%
headers
#include <Python.h>
#include <pygtk/pygtk.h>

#include "hulahop-browser.h"

%%
modulename _hulahop
%%
import gtk.Bin as PyGtkBin_Type
%%
ignore-glob
  *_get_type
  _*
%%