Warning, /multimedia/kasts/src/kmediasession/dbus-interfaces/org.freedesktop.PowerManagement.Inhibit.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8" ?>
0002 <!--
0003 SPDX-FileCopyrightText: none
0004 SPDX-License-Identifier: CC0-1.0
0005 -->
0006 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
0007 <node>
0008   <interface name="org.freedesktop.PowerManagement.Inhibit">
0009     <method name="Inhibit">
0010       <arg type="s" name="application" direction="in"/>
0011       <arg type="s" name="reason" direction="in"/>
0012       <arg type="u" name="cookie" direction="out"/>
0013     </method>
0014     <method name="UnInhibit">
0015       <arg type="u" name="cookie" direction="in"/>
0016     </method>
0017 
0018     <signal name="HasInhibitChanged">
0019       <arg type="b" name="has_inhibit" direction="out"/>
0020     </signal>
0021     <method name="HasInhibit">
0022       <arg type="b" name="has_inhibit" direction="out"/>
0023     </method>
0024   </interface>
0025 </node>