kde-workspace/polkit-kde-agent/org.freedesktop.PolicyKit.AuthenticationAgent.xml
Ivailo Monev c94db85beb polkit-kde-agent: move from kde-playground
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2016-12-10 03:14:20 +00:00

15 lines
842 B
XML

<!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>