Warning, /libraries/plasma-wayland-protocols/src/protocols/kde-output-order-v1.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <protocol name="kde_output_order_v1">
0003   <copyright><![CDATA[
0004     SPDX-FileCopyrightText: 2022 Xaver Hugl <xaver.hugl@gmail.com>
0005 
0006     SPDX-License-Identifier: MIT-CMU
0007     ]]></copyright>
0008 
0009   <interface name="kde_output_order_v1" version="1">
0010     <description summary="announce order of outputs">
0011         Announce the order in which desktop environment components should be placed on outputs.
0012         The compositor will send the list of outputs when the global is bound and whenever there is a change.
0013     </description>
0014 
0015     <event name="output">
0016       <description summary="output name">
0017         Specifies the output identified by their wl_output.name.
0018       </description>
0019       <arg name="output_name" type="string" summary="the name of the output"/>
0020     </event>
0021 
0022     <event name="done">
0023       <description summary="done">
0024         Specifies that the output list is complete. On the next output event, a new list begins.
0025       </description>
0026     </event>
0027 
0028     <request name="destroy" type="destructor">
0029       <description summary="Destroy the output order notifier."/>
0030     </request>
0031   </interface>
0032 
0033 </protocol>