Warning, /plasma/powerdevil/daemon/actions/bundled/org.kde.Solid.PowerManagement.Actions.PowerProfile.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.Actions.PowerProfile">
0004     <method name="currentProfile">
0005         <arg type="s" direction="out" />
0006     </method>
0007     <method name="profileChoices">
0008         <arg type="as" direction="out" />
0009     </method>
0010     <method name="setProfile">
0011         <arg type="s" direction="in"/>
0012     </method>
0013     <method name="performanceInhibitedReason">
0014         <arg type="s" direction="out" />
0015     </method>
0016     <method name="performanceDegradedReason">
0017         <arg type="s" direction="out" />
0018     </method>
0019     <method name="profileHolds">
0020         <arg type="aa{sv}" direction="out" />
0021         <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList&lt;QVariantMap&gt;"/>
0022     </method>
0023     <method name="holdProfile">
0024         <arg name="profile" type="s" direction="in"/>
0025         <arg name="reason" type="s" direction="in"/>
0026         <arg name="application_id" type="s" direction="in" />
0027         <arg name="cookie" type="u" direction="out"/>
0028     </method>
0029     <method name="releaseProfile">
0030         <arg name="cookie" type="u" direction="in"/>
0031     </method>
0032     <signal name="currentProfileChanged">
0033         <arg type="s" direction="out" />
0034     </signal>
0035     <signal name="profileChoicesChanged">
0036         <arg type="as" direction="out" />
0037     </signal>
0038     <signal name="performanceInhibitedReasonChanged">
0039         <arg type="s" direction="out" />
0040     </signal>
0041     <signal name="performanceDegradedReasonChanged">
0042         <arg type="s" direction="out" />
0043     </signal>
0044     <signal name="profileHoldsChanged">
0045         <arg type="aa{sv}" direction="out" />
0046         <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList&lt;QVariantMap&gt;"/>
0047     </signal>
0048   </interface>
0049 </node>