blob: edf62de4bd127df5b89228c6705c8a9079ce2a02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!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.tqt.policykit.examples">
<method name="set" >
<!-- IN: system user -->
<arg direction="in" type="s" name="user" />
<!-- OUT: whether the user gained the authorization -->
<arg direction="out" type="b" name="shadow_line">
</method>
</interface>
</node>
|