diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-17 19:49:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-17 19:49:56 +0900 |
commit | 5a3408879dbba9ac96ea027a16a5c67aaf49d855 (patch) | |
tree | 0441f56ff4fa950a6c0b7c3769c0cbbac390ea07 /src/org.freedesktop.PolicyKit.AuthenticationAgent.xml | |
parent | 25813d39a534b4e2e2bbc785a18589e1f1d50317 (diff) | |
download | polkit-agent-tde-5a3408879dbba9ac96ea027a16a5c67aaf49d855.tar.gz polkit-agent-tde-5a3408879dbba9ac96ea027a16a5c67aaf49d855.zip |
Some initial restructuring and clean up.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/org.freedesktop.PolicyKit.AuthenticationAgent.xml')
-rw-r--r-- | src/org.freedesktop.PolicyKit.AuthenticationAgent.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/org.freedesktop.PolicyKit.AuthenticationAgent.xml b/src/org.freedesktop.PolicyKit.AuthenticationAgent.xml new file mode 100644 index 0000000..f5aa8ef --- /dev/null +++ b/src/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> |