Skeleton for the global keys stuff

This commit is contained in:
Marco Pesenti Gritti
2006-08-25 11:19:27 +02:00
parent b34cff91a3
commit 1ada2b68b6
9 changed files with 187 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
/* -*- Mode: C; c-basic-offset: 4 -*- */
%%
headers
#include <Python.h>
#include "pygobject.h"
#include "sugar-key-grabber.h"
%%
modulename globalkeys
%%
import gobject.GObject as PyGObject_Type
%%
ignore-glob
*_get_type
_*
%%