Warning, /multimedia/kasts/src/kmediasession/dbus-interfaces/org.gnome.SessionManager.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 xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd"> 0008 <interface name="org.gnome.SessionManager"> 0009 <method name="Inhibit"> 0010 <arg type="s" name="app_id" direction="in"/> 0011 <arg type="u" name="toplevel_xid" direction="in"/> 0012 <arg type="s" name="reason" direction="in"/> 0013 <arg type="u" name="flags" direction="in"/> 0014 <arg type="u" name="inhibit_cookie" direction="out"/> 0015 </method> 0016 0017 <method name="Uninhibit"> 0018 <arg type="u" name="inhibit_cookie" direction="in"/> 0019 </method> 0020 0021 <method name="IsInhibited"> 0022 <arg type="u" name="flags" direction="in"/> 0023 <arg type="b" name="is_inhibited" direction="out"/> 0024 </method> 0025 </interface> 0026 </node>