kde-playground/polkit-kde-kcmodules-1/helper/org.kde.polkitkde1.helper.xml

24 lines
No EOL
1.1 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.kde.polkitkde1.helper">
<method name="saveGlobalConfiguration" >
<arg direction="in" type="s" name="adminIdentities" />
<arg direction="in" type="i" name="systemPriority" />
<arg direction="in" type="i" name="policiesPriority" />
</method>
<method name="retrievePolicies" >
<annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QVariantList"/>
<arg direction="out" type="av" />
</method>
<method name="writePolicy" >
<annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QList&lt;PKLAEntry&gt;"/>
<arg direction="in" type="a(sssssssii)" />
</method>
<method name="writeImplicitPolicy" >
<annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QList&lt;PKLAEntry&gt;"/>
<arg direction="in" type="a(sssssssii)" />
</method>
</interface>
</node>