blob: f284d5411596d74cd7f2ca29b55bfab241480b75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>
|