river-layout: fix version of layout_name events

This commit is contained in:
Isaac Freund 2022-12-01 16:10:08 +01:00
parent b8e2ee2a0c
commit 4af7a3cb63
No known key found for this signature in database
GPG Key ID: 86DED400DDFD7A11

View File

@ -84,7 +84,7 @@
<arg name="tags" type="uint" summary="32-bit bitfield"/> <arg name="tags" type="uint" summary="32-bit bitfield"/>
</event> </event>
<event name="layout_name" since="3"> <event name="layout_name" since="4">
<description summary="name of the layout"> <description summary="name of the layout">
Sent once on binding the interface should a layout name exist and again Sent once on binding the interface should a layout name exist and again
whenever the name changes. whenever the name changes.
@ -92,7 +92,7 @@
<arg name="name" type="string" summary="layout name"/> <arg name="name" type="string" summary="layout name"/>
</event> </event>
<event name="layout_name_clear" since="3"> <event name="layout_name_clear" since="4">
<description summary="name of the layout"> <description summary="name of the layout">
Sent when the current layout name has been removed without a new one Sent when the current layout name has been removed without a new one
being set, for example whent the active layout generator disconnects. being set, for example whent the active layout generator disconnects.