summaryrefslogtreecommitdiff
path: root/meego/meego-im-client.xml
diff options
context:
space:
mode:
Diffstat (limited to 'meego/meego-im-client.xml')
-rw-r--r--meego/meego-im-client.xml78
1 files changed, 78 insertions, 0 deletions
diff --git a/meego/meego-im-client.xml b/meego/meego-im-client.xml
new file mode 100644
index 0000000..a6024cb
--- /dev/null
+++ b/meego/meego-im-client.xml
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+
+<node>
+ <interface name="com.meego.inputmethod.uiserver1">
+ <method name="showInputMethod">
+ <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
+ </method>
+ <method name="hideInputMethod">
+ <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
+ </method>
+ <method name="mouseClickedOnPreedit">
+ <arg name="posX" type="i"/>
+ <arg name="posY" type="i"/>
+ <arg name="preeditX" type="i"/>
+ <arg name="preeditY" type="i"/>
+ <arg name="preeditWidth" type="i"/>
+ <arg name="preeditHeight" type="i"/>
+ </method>
+ <method name="setPreedit">
+ <arg name="text" type="s" direction="in"/>
+ <arg name="cursorPos" type="i"/>
+ <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
+ </method>
+ <method name="updateWidgetInformation">
+ <arg name="encodedState" type="a{sv}"/>
+ <arg name="focusChanged" type="b"/>
+ </method>
+ <method name="reset">
+ <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
+ </method>
+ <method name="setContextObject">
+ <arg name="callbackObject" type="s" direction="in"/>
+ <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
+ </method>
+ <method name="activateContext">
+ <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
+ </method>
+ <method name="appOrientationAboutToChange">
+ <arg name="angle" type="i"/>
+ </method>
+ <method name="appOrientationChanged">
+ <arg name="angle" type="i" direction="in"/>
+ <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
+ </method>
+ <method name="setCopyPasteState">
+ <arg name="copyAvailable" type="b" direction="in"/>
+ <arg name="pasteAvailable" type="b" direction="in"/>
+ <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
+ </method>
+ <method name="processKeyEvent">
+ <arg name="keyType" type="i" direction="in"/>
+ <arg name="keyCode" type="i" direction="in"/>
+ <arg name="modifiers" type="i" direction="in"/>
+ <arg name="text" type="s" direction="in"/>
+ <arg name="autoRepeat" type="b" direction="in"/>
+ <arg name="count" type="i" direction="in"/>
+ <arg name="nativeScanCode" type="u" direction="in"/>
+ <arg name="nativeModifiers" type="u" direction="in"/>
+ <arg name="time" type="u" />
+ <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
+ </method>
+ <method name="registerAttributeExtension">
+ <arg name="id" type="i"/>
+ <arg name="fileName" type="s"/>
+ </method>
+ <method name="unregisterAttributeExtension">
+ <arg name="id" type="i"/>
+ </method>
+ <method name="setExtendedAttribute">
+ <arg name="id" type="i"/>
+ <arg name="target" type="s"/>
+ <arg name="targetItem" type="s"/>
+ <arg name="attribute" type="s"/>
+ <arg name="value" type="ay"/>
+ </method>
+ </interface>
+</node>
+