Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Unified Diff: ibus/interface/iibus.py

Issue 1784007: Merge xkb related changes. (Closed) Base URL: ssh://git@chromiumos-git/ibus.git
Patch Set: Revert the default values of some configs. Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« bus/ibusimpl.c ('K') | « ibus/bus.py ('k') | setup/main.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ibus/interface/iibus.py
diff --git a/ibus/interface/iibus.py b/ibus/interface/iibus.py
index 2c0b109e006b3e7aed899d0f028904c2092b8037..e99de6cb636855146c0f7acb7b8c00b71b00d4d5 100644
--- a/ibus/interface/iibus.py
+++ b/ibus/interface/iibus.py
@@ -72,6 +72,8 @@ class IIBus(dbus.service.Object):
@method(in_signature="v", out_signature="v")
def Ping(self, data, dbusconn): pass
+ @method(out_signature="b")
+ def GetUseSysLayout(self, dbusconn): pass
+
@signal(signature="")
def RegistryChanged(self): pass
-
« bus/ibusimpl.c ('K') | « ibus/bus.py ('k') | setup/main.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698