summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/inputmethods/ibus/interfaces/org.freedesktop.IBus.xml
blob: 6ac48917712ec9c0b028b487cf22b008219490bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
  <interface name="org.freedesktop.IBus">
    <method name="GetAddress">
      <arg name="address" direction="out" type="s"/>
    </method>
    <method name="CreateInputContext">
      <arg name="name" direction="in" type="s"/>
      <arg name="context" direction="out" type="o"/>
    </method>
    <method name="RegisterComponent">
      <arg name="components" direction="in" type="v"/>
    </method>
    <method name="ListEngines">
      <arg name="engines" direction="out" type="av"/>
    </method>
    <method name="ListActiveEngines">
      <arg name="engines" direction="out" type="av"/>
    </method>
    <method name="Exit">
      <arg name="restart" direction="in" type="b"/>
    </method>
    <method name="Ping">
      <arg name="data" direction="in" type="v"/>
      <arg name="data" direction="out" type="v"/>
    </method>
  </interface>
</node>