summaryrefslogtreecommitdiffstats
path: root/examples/org.qt.policykit.examples.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.qt.policykit.examples.xml')
-rw-r--r--examples/org.qt.policykit.examples.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/org.qt.policykit.examples.xml b/examples/org.qt.policykit.examples.xml
new file mode 100644
index 000000000..e97c67e45
--- /dev/null
+++ b/examples/org.qt.policykit.examples.xml
@@ -0,0 +1,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>