Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/hulahop.override
diff options
context:
space:
mode:
Diffstat (limited to 'src/hulahop.override')
-rw-r--r--src/hulahop.override31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/hulahop.override b/src/hulahop.override
deleted file mode 100644
index d846c64..0000000
--- a/src/hulahop.override
+++ /dev/null
@@ -1,31 +0,0 @@
-/* -*- Mode: C; c-basic-offset: 4 -*- */
-%%
-headers
-#include <Python.h>
-#include <pygtk/pygtk.h>
-
-#include "hulahop-web-view.h"
-
-%%
-modulename _hulahop
-%%
-import gtk.Bin as PyGtkBin_Type
-%%
-ignore-glob
- *_get_type
- _*
-%%
-override hulahop_web_view_get_browser noargs
-static PyObject *
-_wrap_hulahop_web_view_get_browser(PyGObject *self)
-{
- return hulahop_web_view_get_browser(HULAHOP_WEB_VIEW(self->obj));
-}
-%%
-override hulahop_web_view_get_window_root noargs
-static PyObject *
-_wrap_hulahop_web_view_get_window_root(PyGObject *self)
-{
- return hulahop_web_view_get_window_root(HULAHOP_WEB_VIEW(self->obj));
-}
-%%