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

Unified Diff: ibus/bus.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
Index: ibus/bus.py
diff --git a/ibus/bus.py b/ibus/bus.py
index 4b7e57c9d70caa22156cd0094b55ce072408e010..ca5d2d9b64f697e7b61282a467138cd42dcc38a0 100644
--- a/ibus/bus.py
+++ b/ibus/bus.py
@@ -151,6 +151,9 @@ class Bus(object.Object):
data = serializable.deserialize_object(data)
return data
+ def get_use_sys_layout(self):
+ return self.__ibus.GetUseSysLayout();
+
def introspect_ibus(self):
return self.__ibus.Introspect()
« bus/ibusimpl.c ('K') | « bus/inputcontext.c ('k') | ibus/interface/iibus.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698