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

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <protocol name="kde_primary_output_v1">
0003   <copyright><![CDATA[
0004     SPDX-FileCopyrightText: 2021 Aleix Pol Gonzalez <aleixpol@kde.org>
0005 
0006     SPDX-License-Identifier: MIT-CMU
0007     ]]></copyright>
0008 
0009 <interface name="kde_primary_output_v1" version="2">
0010   <description summary="expose which is the primary display">
0011       Protocol for telling which is the primary display among the selection of enabled outputs.
0012   </description>
0013 
0014   <event name="primary_output">
0015     <description summary="Provide the current primary output's name">
0016       Specifies which output is the primary one identified by their uuid. See kde_output_device_v2 uuid event for more information about it.
0017     </description>
0018     <arg name="output_name" type="string" summary="the name of the output"/>
0019   </event>
0020 
0021   <request name="destroy" type="destructor" since="2">
0022     <description summary="Destroy the primary output notifier."/>
0023   </request>
0024 </interface>
0025 
0026 </protocol>