diff options
| author | Huang Peng <shawn.p.huang@gmail.com> | 2008-07-16 08:12:52 +0800 |
|---|---|---|
| committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-07-16 08:12:52 +0800 |
| commit | 193650d3868a927884f6573fee07d39d859e528c (patch) | |
| tree | 8a766fca549da43c8722e13616f86d2c74444d7f /daemon/bus.py | |
| parent | 60d6bf1163b0745af65dc9e33901fe0b6ce3159c (diff) | |
| download | ibus-193650d3868a927884f6573fee07d39d859e528c.tar.gz ibus-193650d3868a927884f6573fee07d39d859e528c.tar.xz ibus-193650d3868a927884f6573fee07d39d859e528c.zip | |
Adjust methods for new dbus-python API.
Diffstat (limited to 'daemon/bus.py')
| -rw-r--r-- | daemon/bus.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/daemon/bus.py b/daemon/bus.py index 900ee42..83754f2 100644 --- a/daemon/bus.py +++ b/daemon/bus.py @@ -358,15 +358,6 @@ class IBusProxy(ibus.IIBus): self._ibus = bus self._conn = Connection(dbusconn) - def new_connection(self, dbusconn): - self._ibus.new_connection(dbusconn) - - def remove_connection(self, dbusconn): - self._ibus.remove_connection(dbusconn) - - def dispatch_dbus_signal(self, dbusconn, message): - return self._conn.dispatch_dbus_signal(dbusconn, message) - def GetIBusAddress(self, dbusconn): return self._ibus_addr |
