You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
305 B
C

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