19 lines
274 B
C
19 lines
274 B
C
/* -*- Mode: C; c-basic-offset: 4 -*- */
|
|
%%
|
|
headers
|
|
#include <Python.h>
|
|
|
|
#include "pygobject.h"
|
|
#include "gecko-browser.h"
|
|
|
|
%%
|
|
modulename gecko
|
|
%%
|
|
import gobject.GObject as PyGObject_Type
|
|
import gtkmozembed.MozEmbed as PyGtkMozEmbed_Type
|
|
%%
|
|
ignore-glob
|
|
*_get_type
|
|
_*
|
|
%%
|