Move SugarKeyGrabber in the lib. Keep it private.

We can't install libraries in datadir.
This commit is contained in:
Marco Pesenti Gritti
2007-06-20 15:22:12 +02:00
parent 61314c9705
commit c91bbd18cc
21 changed files with 76 additions and 240 deletions
+2
View File
@@ -5,6 +5,7 @@ headers
#include "pygobject.h"
#include "sugar-address-entry.h"
#include "sugar-key-grabber.h"
#include "sugar-x11-util.h"
#include "xdgmime.h"
@@ -14,6 +15,7 @@ headers
%%
modulename _sugarext
%%
import gobject.GObject as PyGObject_Type
import gtk.Entry as PyGtkEntry_Type
import gtk.gdk.Window as PyGdkWindow_Type
%%