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.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/dbus-types/org.freedesktop.Accounts.xml b/tests/dbus-types/org.freedesktop.Accounts.xml
new file mode 100644
index 0000000..e308120
--- /dev/null
+++ b/tests/dbus-types/org.freedesktop.Accounts.xml
@@ -0,0 +1,9 @@
+<!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>
+ </interface>
+</node>