diff options
| author | Huang Peng <shawn.p.huang@gmail.com> | 2008-06-17 14:23:38 +0800 |
|---|---|---|
| committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-06-17 14:23:38 +0800 |
| commit | c3840b20c247dc6596a6905839c48ec0ca306aab (patch) | |
| tree | c4b56b90ba6ec9307e66492b767cdea121fa633f /ibus/interface | |
| parent | bae64c7dda7f82f98a61e2e6fb11ffde1a76a040 (diff) | |
| download | ibus-c3840b20c247dc6596a6905839c48ec0ca306aab.tar.gz ibus-c3840b20c247dc6596a6905839c48ec0ca306aab.tar.xz ibus-c3840b20c247dc6596a6905839c48ec0ca306aab.zip | |
qt im module wip.
Diffstat (limited to 'ibus/interface')
| -rw-r--r-- | ibus/interface/iibus.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ibus/interface/iibus.py b/ibus/interface/iibus.py index 9b33e1d..a62cbc7 100644 --- a/ibus/interface/iibus.py +++ b/ibus/interface/iibus.py @@ -64,3 +64,12 @@ class IIBus (dbus.service.Object): @method (in_signature = "o") def SetFactory (self, factory_path, dbusconn): pass + + #sigals + def CommitString (self, ic, text): pass + + def UpdatePreedit (self, ic, text, attrs, cursor_pos, show): pass + + def Enabled (self, ic): pass + + def Disabled (self, ic): pass |
