summaryrefslogtreecommitdiffstats
path: root/ibus
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-06-06 11:32:12 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-06-06 11:32:12 +0800
commitd8b3fa89cc3452595fc1fcc2014398be1f7999b6 (patch)
treea538488ec035e92f974ae57c97173462d6ef223a /ibus
parente719c375cd808204761843ce493dd1ae37562c03 (diff)
downloadibus-d8b3fa89cc3452595fc1fcc2014398be1f7999b6.tar.gz
ibus-d8b3fa89cc3452595fc1fcc2014398be1f7999b6.tar.xz
ibus-d8b3fa89cc3452595fc1fcc2014398be1f7999b6.zip
Add dbusconn in GetFactoryInfo method.
Diffstat (limited to 'ibus')
-rw-r--r--ibus/interface/iibus.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ibus/interface/iibus.py b/ibus/interface/iibus.py
index 3912967..8611c4d 100644
--- a/ibus/interface/iibus.py
+++ b/ibus/interface/iibus.py
@@ -53,4 +53,4 @@ class IIBus (dbus.service.Object):
def IsEnabled (self, dbusconn): pass
@method (out_signature = "v")
- def GetFactoryInfo (self): pass
+ def GetFactoryInfo (self, dbusconn): pass