Move private extensions out of the lib, inside the shell.

This commit is contained in:
Marco Pesenti Gritti
2007-04-07 00:08:54 +02:00
parent 1d25366c4f
commit 2d08ff0163
28 changed files with 2160 additions and 56 deletions
+19
View File
@@ -0,0 +1,19 @@
/* -*- Mode: C; c-basic-offset: 4 -*- */
%%
headers
#include <Python.h>
#include "pygobject.h"
#include "sugar-key-grabber.h"
#include "sugar-address-entry.h"
#include "sugar-audio-manager.h"
%%
modulename extensions
%%
import gobject.GObject as PyGObject_Type
import gtk.Entry as PyGtkEntry_Type
%%
ignore-glob
*_get_type
_*