summaryrefslogtreecommitdiffstats
path: root/examples/org.qt.policykit.examples.xml
blob: e97c67e4545e27de50d71cd7988e1574ef308167 (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.qt.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>