summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforminputcontexts/ibus/interfaces/org.freedesktop.IBus.Portal.xml
blob: 1a5414d0ae196faa44074bb9a7db773492690c9d (plain)
1
2
3
4
5
6
7
8
9
10
<!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.Portal">
    <method name="CreateInputContext">
      <arg name="name" direction="in" type="s"/>
      <arg name="context" direction="out" type="o"/>
    </method>
  </interface>
</node>