summaryrefslogtreecommitdiffstats
path: root/data/dbus-interfaces/org.freedesktop.realmd.Provider.xml
blob: 2fdb045aff9d78325e1093c9267665d90d620082 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<node>
  <interface name="org.freedesktop.realmd.Provider">
    <property name="Name" type="s" access="read"/>
    <property name="Version" type="s" access="read"/>
    <property name="Realms" type="ao" access="read"/>
    <method name="Discover">
      <arg name="string" type="s" direction="in"/>
      <arg name="options" type="a{sv}" direction="in"/>
      <arg name="relevance" type="i" direction="out"/>
      <arg name="realm" type="ao" direction="out"/>
    </method>
  </interface>
</node>