summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforminputcontexts/ibus/interfaces/org.freedesktop.IBus.InputContext.xml
diff options
context:
space:
mode:
authorTrung Ngo <ndtrung4419@gmail.com>2014-03-15 23:54:48 +0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-02 09:34:22 +0200
commitdb665477e90e91fad9c01f62270566944d4eeade (patch)
tree706e1a3cb2cf1c455b2be22321c104532035d657 /src/plugins/platforminputcontexts/ibus/interfaces/org.freedesktop.IBus.InputContext.xml
parentd6f58e5e17d58c640fc7779652008fda0d66f41d (diff)
IBus: New version of IBus.InputContext DBus declaration file
Task-number: QTBUG-37540 Change-Id: I9977198b15c0f827b7483f4131c45fe2a86e8ef5 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/plugins/platforminputcontexts/ibus/interfaces/org.freedesktop.IBus.InputContext.xml')
-rw-r--r--src/plugins/platforminputcontexts/ibus/interfaces/org.freedesktop.IBus.InputContext.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/plugins/platforminputcontexts/ibus/interfaces/org.freedesktop.IBus.InputContext.xml b/src/plugins/platforminputcontexts/ibus/interfaces/org.freedesktop.IBus.InputContext.xml
index dbc79c178b..9c67a38c57 100644
--- a/src/plugins/platforminputcontexts/ibus/interfaces/org.freedesktop.IBus.InputContext.xml
+++ b/src/plugins/platforminputcontexts/ibus/interfaces/org.freedesktop.IBus.InputContext.xml
@@ -35,6 +35,11 @@
<method name="GetEngine">
<arg name="desc" direction="out" type="v"/>
</method>
+ <method name="SetSurroundingText">
+ <arg name="text" direction="in" type="v"/>
+ <arg name="cursor_pos" direction="in" type="u"/>
+ <arg name="anchor_pos" direction="in" type="u"/>
+ </method>
<method name="Destroy"/>
<signal name="CommitText">
<arg name="text" type="v"/>
@@ -75,6 +80,11 @@
<signal name="UpdateProperty">
<arg name="prop" type="v"/>
</signal>
+ <signal name="RequireSurroundingText"/>
+ <signal name="DeleteSurroundingText">
+ <arg name="offset" type="i"/>
+ <arg name="n_chars" type="u"/>
+ </signal>
</interface>
</node>