summaryrefslogtreecommitdiffstats
path: root/bindings/python/common.h
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2009-02-05 10:39:56 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2009-02-05 10:39:56 +0800
commitaedad1ea0a7fef604aa27f4b58433fd8f2ece29e (patch)
treeffcb531d8474bde18b90341bcd4eb639edd74525 /bindings/python/common.h
parent41ad46305a88637dd99f00a2d2a3f455505d357b (diff)
downloadibus-aedad1ea0a7fef604aa27f4b58433fd8f2ece29e.tar.gz
ibus-aedad1ea0a7fef604aa27f4b58433fd8f2ece29e.tar.xz
ibus-aedad1ea0a7fef604aa27f4b58433fd8f2ece29e.zip
re-implement ibus in c language.
Diffstat (limited to 'bindings/python/common.h')
-rw-r--r--bindings/python/common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/bindings/python/common.h b/bindings/python/common.h
new file mode 100644
index 0000000..f3267ee
--- /dev/null
+++ b/bindings/python/common.h
@@ -0,0 +1,7 @@
+#ifndef __PY_COMMON_H_
+#define __PY_COMMON_H_
+
+#include <pygobject.h>
+#include <ibus.h>
+
+#endif //__PY_COMMON_H_