summaryrefslogtreecommitdiff
path: root/data/org.freedesktop.PolicyKit1.Authority.xml
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2008-11-06 10:43:38 -0500
committerDavid Zeuthen <davidz@redhat.com>2008-11-06 10:43:38 -0500
commitaa1660ad22141b4db12f054233f0fae976a948e9 (patch)
tree8ae5b1bc8eb9d19189266a943c73955c2bcfc1bd /data/org.freedesktop.PolicyKit1.Authority.xml
downloadpolkit-aa1660ad22141b4db12f054233f0fae976a948e9.tar.gz
initial commit
Diffstat (limited to 'data/org.freedesktop.PolicyKit1.Authority.xml')
-rw-r--r--data/org.freedesktop.PolicyKit1.Authority.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/data/org.freedesktop.PolicyKit1.Authority.xml b/data/org.freedesktop.PolicyKit1.Authority.xml
new file mode 100644
index 0000000..dbd5b4c
--- /dev/null
+++ b/data/org.freedesktop.PolicyKit1.Authority.xml
@@ -0,0 +1,19 @@
+<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
+<node name="/">
+
+ <interface name="org.freedesktop.PolicyKit1.Authority">
+
+ <method name="SayHello">
+ <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
+ <arg name="message" direction="in" type="s"/>
+ <arg name="result" direction="out" type="s"/>
+ </method>
+
+ <method name="CheckClaims">
+ <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
+ <arg name="claims" direction="in" type="a(ssa{ss})"/>
+ <arg name="result" direction="out" type="s"/>
+ </method>
+
+ </interface>
+</node>