mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
22 lines
1.2 KiB
XML
22 lines
1.2 KiB
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.PolicyKit1.Authority">
|
|
<method name="CheckAuthorization">
|
|
<arg type="(sa{sv})" name="subject" direction="in" />
|
|
<arg type="s" name="action_id" direction="in" />
|
|
<arg type="a{ss}" name="details" direction="in" />
|
|
<arg type="u" name="flags" direction="in" />
|
|
<arg type="s" name="cancellation_id" direction="in" />>
|
|
<arg type="(bba{ss})" name="result" direction="out" />
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="PolkitAuthorizationResults"/>
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="PolkitSubject"/>
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.In2" value="QMap<QString, QString>"/>
|
|
</method>
|
|
<method name="EnumerateActions">
|
|
<arg type="s" name="locale" direction="in" />
|
|
<arg type="a(ssssssuuua{ss})" name="action_descriptions" direction="out" />
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="PolkitActionDescriptionList"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|