summaryrefslogtreecommitdiffstats
path: root/ibus
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-08-06 23:18:52 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-08-06 23:18:52 +0800
commite580d117d8f8b20b081ed4dad1065fa8be7c5b5f (patch)
treefe8dc0dee2ab3bd917fd72a87f17edd4d0747193 /ibus
parent7753b354edde682500595dbf8766751a97ce225d (diff)
downloadibus-e580d117d8f8b20b081ed4dad1065fa8be7c5b5f.tar.gz
ibus-e580d117d8f8b20b081ed4dad1065fa8be7c5b5f.tar.xz
ibus-e580d117d8f8b20b081ed4dad1065fa8be7c5b5f.zip
Add kill method.
Diffstat (limited to 'ibus')
-rw-r--r--ibus/bus.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ibus/bus.py b/ibus/bus.py
index 0d19f7d..c16eac2 100644
--- a/ibus/bus.py
+++ b/ibus/bus.py
@@ -156,3 +156,5 @@ class Bus(ibus.Object):
def register_stop_engine(self, lang, name):
return self.__bus.RegisterStopEngine(lang, name)
+ def kill(self):
+ return self.__bus.Kill()