File: org.qt.policykit.examples.xml

package info (click to toggle)
polkit-qt-1 0.103.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 712 kB
  • ctags: 521
  • sloc: cpp: 3,366; ansic: 11; xml: 9; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (7)
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>