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

Unified Diff: ibus/bus.py

Issue 1718011: Merge xkb related changes. (Closed)
Patch Set: 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
« no previous file with comments | « bus/inputcontext.c ('k') | ibus/interface/iibus.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
« no previous file with comments | « bus/inputcontext.c ('k') | ibus/interface/iibus.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698