Create a private sugar lib and put our extensions there.

This commit is contained in:
Marco Pesenti Gritti
2006-10-12 12:47:17 +02:00
parent 5cc6ee3235
commit 62a46ff92b
36 changed files with 462 additions and 164 deletions
+19
View File
@@ -0,0 +1,19 @@
/* -*- 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
_*
%%