summaryrefslogtreecommitdiff
path: root/data/org.freedesktop.PolicyKit1.AuthenticationAgent.xml
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2009-01-21 00:27:13 -0500
committerDavid Zeuthen <davidz@redhat.com>2009-01-21 00:27:13 -0500
commit13821cff7c2d31c9f990f6ac635c773dba060d97 (patch)
tree6b31d91603ab170c0e06834770a1c4d6f5209979 /data/org.freedesktop.PolicyKit1.AuthenticationAgent.xml
parent39427166d5f77945cc21e1458f184e54c02cefe9 (diff)
downloadpolkit-13821cff7c2d31c9f990f6ac635c773dba060d97.tar.gz
finish authentication agent integration
Yay, it works!
Diffstat (limited to 'data/org.freedesktop.PolicyKit1.AuthenticationAgent.xml')
-rw-r--r--data/org.freedesktop.PolicyKit1.AuthenticationAgent.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/data/org.freedesktop.PolicyKit1.AuthenticationAgent.xml b/data/org.freedesktop.PolicyKit1.AuthenticationAgent.xml
index 1a2063c..cf0040b 100644
--- a/data/org.freedesktop.PolicyKit1.AuthenticationAgent.xml
+++ b/data/org.freedesktop.PolicyKit1.AuthenticationAgent.xml
@@ -6,7 +6,6 @@
<interface name="org.freedesktop.PolicyKit1.AuthenticationAgent">
<method name="BeginAuthentication">
-
<!-- The action id for the action that the user is authentication for -->
<arg name="action_id" direction="in" type="s"/>
@@ -15,13 +14,10 @@
<!-- A list of identities of that the user can use for authentication -->
<arg name="identities" direction="in" type="a(sa{sv})"/>
-
</method>
- <method name="EndAuthentication">
-
+ <method name="CancelAuthentication">
<arg name="cookie" direction="in" type="s"/>
-
</method>
</interface>