Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(313)

Side by Side Diff: ibus/interface/iibus.py

Issue 5517048: Merge the devel branch (Closed) Base URL: git@github.com:phuang/ibus.git@devel
Patch Set: Fix a hotkey issue related with xkb option ctrl:swapcaps Created 13 years, 2 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 # vim:set et sts=4 sw=4: 1 # vim:set et sts=4 sw=4:
2 # 2 #
3 # ibus - The Input Bus 3 # ibus - The Input Bus
4 # 4 #
5 # Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com> 5 # Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
6 # Copyright (c) 2007-2010 Red Hat, Inc. 6 # Copyright (c) 2007-2010 Red Hat, Inc.
7 # 7 #
8 # This library is free software; you can redistribute it and/or 8 # This library is free software; you can redistribute it and/or
9 # modify it under the terms of the GNU Lesser General Public 9 # modify it under the terms of the GNU Lesser General Public
10 # License as published by the Free Software Foundation; either 10 # License as published by the Free Software Foundation; either
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 55
56 @method(out_signature="o") 56 @method(out_signature="o")
57 def CurrentInputContext(self, dbusconn): pass 57 def CurrentInputContext(self, dbusconn): pass
58 58
59 # general methods 59 # general methods
60 @method(in_signature="av") 60 @method(in_signature="av")
61 def RegisterComponent(self, components, dbusconn): pass 61 def RegisterComponent(self, components, dbusconn): pass
62 62
63 @method(out_signature="av") 63 @method(out_signature="av")
64 def ListEngines(self, dbusconn): pass 64 def ListEngines(self, dbusconn): pass
65 ····
66 @method(in_signature="as", out_signature="av")
67 def GetEnginesByNames(self, names, dbusconn): pass
65 68
66 @method(out_signature="av") 69 @method(out_signature="av")
67 def ListActiveEngines(self, dbusconn): pass 70 def ListActiveEngines(self, dbusconn): pass
68 71
69 @method(in_signature="s") 72 @method(in_signature="s")
70 def SetGlobalEngine(self, name, dbusconn):pass 73 def SetGlobalEngine(self, name, dbusconn):pass
71 74
72 @method(in_signature="b") 75 @method(in_signature="b")
73 def Exit(self, restart, dbusconn): pass 76 def Exit(self, restart, dbusconn): pass
74 77
75 @method(in_signature="v", out_signature="v") 78 @method(in_signature="v", out_signature="v")
76 def Ping(self, data, dbusconn): pass 79 def Ping(self, data, dbusconn): pass
77 80
78 @signal(signature="") 81 @signal(signature="")
79 def RegistryChanged(self): pass 82 def RegistryChanged(self): pass
80 83
OLDNEW
« no previous file with comments | « ibus/inputcontext.py ('k') | ibus/interface/iinputcontext.py » ('j') | ui/gtk3/application.vala » ('J')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b