aboutsummaryrefslogtreecommitdiff
path: root/tests/service-mocks/accounts-mock/org.freedesktop.Accounts.Mock.xml
blob: f977e7cff70d2ebc22b59337903d8d9f63aeab06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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.Accounts">
    <method name="FindUserByName">
      <arg direction="in" type="s" name="user" />
      <arg direction="out" type="o" name="path" />
    </method>
    <method name="FindUserById">
      <arg direction="in" type="x" name="uid" />
      <arg direction="out" type="o" name="path" />
    </method>
    <signal name="FindUserByIdInvoked">
    </signal>
  </interface>
</node>