diff options
author | Huang Peng <shawn.p.huang@gmail.com> | 2008-06-06 11:32:12 +0800 |
---|---|---|
committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-06-06 11:32:12 +0800 |
commit | d8b3fa89cc3452595fc1fcc2014398be1f7999b6 (patch) | |
tree | a538488ec035e92f974ae57c97173462d6ef223a /ibus | |
parent | e719c375cd808204761843ce493dd1ae37562c03 (diff) | |
download | ibus-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.py | 2 |
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 |