summaryrefslogtreecommitdiffstats
path: root/org.freedesktop.PolicyKit.AuthenticationAgent.xml
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-12-17 19:36:07 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-12-17 19:36:07 +0900
commit25813d39a534b4e2e2bbc785a18589e1f1d50317 (patch)
tree445dfcd442862af0feef1f3fc5f915f8fe28b7e7 /org.freedesktop.PolicyKit.AuthenticationAgent.xml
downloadpolkit-agent-tde-25813d39a534b4e2e2bbc785a18589e1f1d50317.tar.gz
polkit-agent-tde-25813d39a534b4e2e2bbc785a18589e1f1d50317.zip
Initial import from polkit-kde-1 debian snapshot archive.
https://snapshot.debian.org/package/polkit-kde-1/0.99.1-1/ Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'org.freedesktop.PolicyKit.AuthenticationAgent.xml')
-rw-r--r--org.freedesktop.PolicyKit.AuthenticationAgent.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/org.freedesktop.PolicyKit.AuthenticationAgent.xml b/org.freedesktop.PolicyKit.AuthenticationAgent.xml
new file mode 100644
index 0000000..f5aa8ef
--- /dev/null
+++ b/org.freedesktop.PolicyKit.AuthenticationAgent.xml
@@ -0,0 +1,15 @@
+<!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: X11 window ID for the top-level X11 window the dialog will be transient for. -->
+ <arg direction="in" type="u" name="xid" />
+ <!-- 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>