Warning, /plasma/powerdevil/daemon/org.kde.Solid.PowerManagement.PolicyAgent.xml is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
0002 <node>
0003   <interface name="org.kde.Solid.PowerManagement.PolicyAgent">
0004     <method name="AddInhibition">
0005       <arg type="u" direction="in" />
0006       <arg type="s" direction="in" />
0007       <arg type="s" direction="in" />
0008 
0009       <arg type="u" direction="out" />
0010     </method>
0011 
0012     <method name="ReleaseInhibition">
0013       <arg type="u" direction="in" />
0014     </method>
0015 
0016     <method name="ListInhibitions">
0017         <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList&lt;InhibitionInfo&gt;"/>
0018         <arg type="a{ss}" direction="out" />
0019     </method>
0020 
0021     <method name="HasInhibition">
0022       <arg type="u" direction="in" />
0023       <arg type="b" direction="out" />
0024     </method>
0025 
0026     <signal name="InhibitionsChanged">
0027         <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList&lt;InhibitionInfo&gt;"/>
0028         <arg type="a{ss}" />
0029         <arg type="as" />
0030     </signal>
0031 
0032   </interface>
0033 </node>