diff options
author | Huang Peng <shawn.p.huang@gmail.com> | 2009-02-05 10:39:56 +0800 |
---|---|---|
committer | Huang Peng <shawn.p.huang@gmail.com> | 2009-02-05 10:39:56 +0800 |
commit | aedad1ea0a7fef604aa27f4b58433fd8f2ece29e (patch) | |
tree | ffcb531d8474bde18b90341bcd4eb639edd74525 /bindings/python/common.h | |
parent | 41ad46305a88637dd99f00a2d2a3f455505d357b (diff) | |
download | ibus-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.h | 7 |
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_ |