summaryrefslogtreecommitdiff
path: root/data/org.freedesktop.PolicyKit1.Authority.xml
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2009-01-16 12:54:11 -0500
committerDavid Zeuthen <davidz@redhat.com>2009-01-16 12:54:11 -0500
commit19eb8a92f6e61661cdec8350428b22519e61bd77 (patch)
tree0cbb7038a4b06a628ea8f7d2d68152a7522989de /data/org.freedesktop.PolicyKit1.Authority.xml
parent715693a67752174b60df8431273c2f1a4ff33eaa (diff)
downloadpolkit-19eb8a92f6e61661cdec8350428b22519e61bd77.tar.gz
remove attributes from AuthorizationClaim and CheckClaim()
Diffstat (limited to 'data/org.freedesktop.PolicyKit1.Authority.xml')
-rw-r--r--data/org.freedesktop.PolicyKit1.Authority.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/data/org.freedesktop.PolicyKit1.Authority.xml b/data/org.freedesktop.PolicyKit1.Authority.xml
index f99855e..6ebba5b 100644
--- a/data/org.freedesktop.PolicyKit1.Authority.xml
+++ b/data/org.freedesktop.PolicyKit1.Authority.xml
@@ -55,11 +55,6 @@
<annotation name="org.gtk.EggDBus.Struct.Member" value="s:action_id">
<annotation name="org.gtk.EggDBus.DocString" value="Action Identifier for the claim"/>
</annotation>
-
- <annotation name="org.gtk.EggDBus.Struct.Member" value="a{ss}:attributes">
- <annotation name="org.gtk.EggDBus.DocString" value="Attributes for the claim"/>
- </annotation>
-
</annotation>
<!-- The error domain used for reporting errors -->
@@ -102,13 +97,12 @@
</method>
<method name="CheckClaim">
- <arg name="claim" direction="in" type="((sa{sv})sa{ss})">
+ <arg name="claim" direction="in" type="((sa{sv})s)">
<annotation name="org.gtk.EggDBus.StructType" value="AuthorizationClaim"/>
</arg>
<arg name="result" direction="out" type="i">
<annotation name="org.gtk.EggDBus.EnumType" value="AuthorizationResult"/>
</arg>
- <arg name="attributes" direction="out" type="a{ss}"/>
</method>
</interface>