aboutsummaryrefslogtreecommitdiff
path: root/tests/dbus-types/org.freedesktop.Accounts.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dbus-types/org.freedesktop.Accounts.xml')
-rw-r--r--tests/dbus-types/org.freedesktop.Accounts.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/dbus-types/org.freedesktop.Accounts.xml b/tests/dbus-types/org.freedesktop.Accounts.xml
index d9c6b2a..f284d54 100644
--- a/tests/dbus-types/org.freedesktop.Accounts.xml
+++ b/tests/dbus-types/org.freedesktop.Accounts.xml
@@ -1,8 +1,13 @@
+<!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>
</interface>
</node>