summaryrefslogtreecommitdiffstats
path: root/src/org.freedesktop.PolicyKit.AuthenticationAgent.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/org.freedesktop.PolicyKit.AuthenticationAgent.xml')
-rw-r--r--src/org.freedesktop.PolicyKit.AuthenticationAgent.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/org.freedesktop.PolicyKit.AuthenticationAgent.xml b/src/org.freedesktop.PolicyKit.AuthenticationAgent.xml
deleted file mode 100644
index 8881b62..0000000
--- a/src/org.freedesktop.PolicyKit.AuthenticationAgent.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<!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.freedesktop.PolicyKit.AuthenticationAgent">
- <method name="ObtainAuthorization" >
- <!-- IN: PolicyKit action identifier; see PolKitAction -->
- <arg direction="in" type="s" name="action_id" />
- <!-- IN: Process ID to grant authorization to -->
- <arg direction="in" type="u" name="pid" />
- <!-- OUT: whether the user gained the authorization -->
- <arg direction="out" type="b" name="gained_authorization" />
- </method>
- </interface>
-</node>