mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 08:10:07 +01:00
Apply the new version suffix convention to the protocols
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
f7d16f7983
commit
a776e94477
6 changed files with 24 additions and 24 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
<protocol name="fullscreen_shell_unstable_v1">
|
<protocol name="fullscreen_shell_unstable_v1">
|
||||||
<interface name="zwp_fullscreen_shell1" version="1">
|
<interface name="zwp_fullscreen_shell_v1" version="1">
|
||||||
<description summary="Displays a single surface per output">
|
<description summary="Displays a single surface per output">
|
||||||
Displays a single surface per output.
|
Displays a single surface per output.
|
||||||
|
|
||||||
|
|
@ -169,7 +169,7 @@
|
||||||
<arg name="surface" type="object" interface="wl_surface"/>
|
<arg name="surface" type="object" interface="wl_surface"/>
|
||||||
<arg name="output" type="object" interface="wl_output"/>
|
<arg name="output" type="object" interface="wl_output"/>
|
||||||
<arg name="framerate" type="int"/>
|
<arg name="framerate" type="int"/>
|
||||||
<arg name="feedback" type="new_id" interface="zwp_fullscreen_shell_mode_feedback1"/>
|
<arg name="feedback" type="new_id" interface="zwp_fullscreen_shell_mode_feedback_v1"/>
|
||||||
</request>
|
</request>
|
||||||
|
|
||||||
<enum name="error">
|
<enum name="error">
|
||||||
|
|
@ -180,7 +180,7 @@
|
||||||
</enum>
|
</enum>
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
<interface name="zwp_fullscreen_shell_mode_feedback1" version="1">
|
<interface name="zwp_fullscreen_shell_mode_feedback_v1" version="1">
|
||||||
<event name="mode_successful">
|
<event name="mode_successful">
|
||||||
<description summary="mode switch succeeded">
|
<description summary="mode switch succeeded">
|
||||||
This event indicates that the attempted mode switch operation was
|
This event indicates that the attempted mode switch operation was
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
DEALINGS IN THE SOFTWARE.
|
DEALINGS IN THE SOFTWARE.
|
||||||
</copyright>
|
</copyright>
|
||||||
|
|
||||||
<interface name="zwp_input_method_context1" version="1">
|
<interface name="zwp_input_method_context_v1" version="1">
|
||||||
<description summary="input method context">
|
<description summary="input method context">
|
||||||
Corresponds to a text input on input method side. An input method context
|
Corresponds to a text input on input method side. An input method context
|
||||||
is created on text input activation on the input method side. It allows to
|
is created on text input activation on the input method side. It allows to
|
||||||
|
|
@ -239,7 +239,7 @@
|
||||||
</event>
|
</event>
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
<interface name="zwp_input_method1" version="1">
|
<interface name="zwp_input_method_v1" version="1">
|
||||||
<description summary="input method">
|
<description summary="input method">
|
||||||
An input method object is responsible to compose text in response to
|
An input method object is responsible to compose text in response to
|
||||||
input from hardware or virtual keyboards. There is one input method
|
input from hardware or virtual keyboards. There is one input method
|
||||||
|
|
@ -252,7 +252,7 @@
|
||||||
A text input was activated. Creates an input method context object
|
A text input was activated. Creates an input method context object
|
||||||
which allows communication with the text input.
|
which allows communication with the text input.
|
||||||
</description>
|
</description>
|
||||||
<arg name="id" type="new_id" interface="zwp_input_method_context1"/>
|
<arg name="id" type="new_id" interface="zwp_input_method_context_v1"/>
|
||||||
</event>
|
</event>
|
||||||
|
|
||||||
<event name="deactivate">
|
<event name="deactivate">
|
||||||
|
|
@ -261,22 +261,22 @@
|
||||||
The input method context should be destroyed after deactivation is
|
The input method context should be destroyed after deactivation is
|
||||||
handled.
|
handled.
|
||||||
</description>
|
</description>
|
||||||
<arg name="context" type="object" interface="zwp_input_method_context1"/>
|
<arg name="context" type="object" interface="zwp_input_method_context_v1"/>
|
||||||
</event>
|
</event>
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
<interface name="zwp_input_panel1" version="1">
|
<interface name="zwp_input_panel_v1" version="1">
|
||||||
<description summary="interface for implementing keyboards">
|
<description summary="interface for implementing keyboards">
|
||||||
Only one client can bind this interface at a time.
|
Only one client can bind this interface at a time.
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<request name="get_input_panel_surface">
|
<request name="get_input_panel_surface">
|
||||||
<arg name="id" type="new_id" interface="zwp_input_panel_surface1"/>
|
<arg name="id" type="new_id" interface="zwp_input_panel_surface_v1"/>
|
||||||
<arg name="surface" type="object" interface="wl_surface"/>
|
<arg name="surface" type="object" interface="wl_surface"/>
|
||||||
</request>
|
</request>
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
<interface name="zwp_input_panel_surface1" version="1">
|
<interface name="zwp_input_panel_surface_v1" version="1">
|
||||||
<enum name="position">
|
<enum name="position">
|
||||||
<entry name="center_bottom" value="0"/>
|
<entry name="center_bottom" value="0"/>
|
||||||
</enum>
|
</enum>
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
THIS SOFTWARE.
|
THIS SOFTWARE.
|
||||||
</copyright>
|
</copyright>
|
||||||
|
|
||||||
<interface name="zlinux_dmabuf1" version="1">
|
<interface name="zlinux_dmabuf_v1" version="1">
|
||||||
<description summary="factory for creating dmabuf-based wl_buffers">
|
<description summary="factory for creating dmabuf-based wl_buffers">
|
||||||
Following the interfaces from:
|
Following the interfaces from:
|
||||||
https://www.khronos.org/registry/egl/extensions/EXT/EGL_EXT_image_dma_buf_import.txt
|
https://www.khronos.org/registry/egl/extensions/EXT/EGL_EXT_image_dma_buf_import.txt
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
should be destroyed after an 'created' or 'failed' event has been
|
should be destroyed after an 'created' or 'failed' event has been
|
||||||
received.
|
received.
|
||||||
</description>
|
</description>
|
||||||
<arg name="params_id" type="new_id" interface="zlinux_buffer_params1"
|
<arg name="params_id" type="new_id" interface="zlinux_buffer_params_v1"
|
||||||
summary="the new temporary"/>
|
summary="the new temporary"/>
|
||||||
</request>
|
</request>
|
||||||
|
|
||||||
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
<interface name="zlinux_buffer_params1" version="1">
|
<interface name="zlinux_buffer_params_v1" version="1">
|
||||||
<description summary="parameters for creating a dmabuf-based wl_buffer">
|
<description summary="parameters for creating a dmabuf-based wl_buffer">
|
||||||
This temporary object is a collection of dmabufs and other
|
This temporary object is a collection of dmabufs and other
|
||||||
parameters that together form a single logical buffer. The temporary
|
parameters that together form a single logical buffer. The temporary
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<protocol name="pointer_gestures_unstable_v1">
|
<protocol name="pointer_gestures_unstable_v1">
|
||||||
<interface name="zwp_pointer_gestures1" version="1">
|
<interface name="zwp_pointer_gestures_v1" version="1">
|
||||||
<description summary="touchpad gestures">
|
<description summary="touchpad gestures">
|
||||||
A global interface to provide semantic touchpad gestures for a given
|
A global interface to provide semantic touchpad gestures for a given
|
||||||
pointer.
|
pointer.
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
Create a swipe gesture object. See the
|
Create a swipe gesture object. See the
|
||||||
wl_pointer_gesture_swipe interface for details.
|
wl_pointer_gesture_swipe interface for details.
|
||||||
</description>
|
</description>
|
||||||
<arg name="id" type="new_id" interface="zwp_pointer_gesture_swipe1"/>
|
<arg name="id" type="new_id" interface="zwp_pointer_gesture_swipe_v1"/>
|
||||||
<arg name="pointer" type="object" interface="wl_pointer"/>
|
<arg name="pointer" type="object" interface="wl_pointer"/>
|
||||||
</request>
|
</request>
|
||||||
|
|
||||||
|
|
@ -32,12 +32,12 @@
|
||||||
Create a pinch gesture object. See the
|
Create a pinch gesture object. See the
|
||||||
wl_pointer_gesture_pinch interface for details.
|
wl_pointer_gesture_pinch interface for details.
|
||||||
</description>
|
</description>
|
||||||
<arg name="id" type="new_id" interface="zwp_pointer_gesture_pinch1"/>
|
<arg name="id" type="new_id" interface="zwp_pointer_gesture_pinch_v1"/>
|
||||||
<arg name="pointer" type="object" interface="wl_pointer"/>
|
<arg name="pointer" type="object" interface="wl_pointer"/>
|
||||||
</request>
|
</request>
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
<interface name="zwp_pointer_gesture_swipe1" version="1">
|
<interface name="zwp_pointer_gesture_swipe_v1" version="1">
|
||||||
<description summary="a swipe gesture object">
|
<description summary="a swipe gesture object">
|
||||||
A swipe gesture object notifies a client about a multi-finger swipe
|
A swipe gesture object notifies a client about a multi-finger swipe
|
||||||
gesture detected on an indirect input device such as a touchpad.
|
gesture detected on an indirect input device such as a touchpad.
|
||||||
|
|
@ -100,7 +100,7 @@
|
||||||
</event>
|
</event>
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
<interface name="zwp_pointer_gesture_pinch1" version="1">
|
<interface name="zwp_pointer_gesture_pinch_v1" version="1">
|
||||||
<description summary="a pinch gesture object">
|
<description summary="a pinch gesture object">
|
||||||
A pinch gesture object notifies a client about a multi-finger pinch
|
A pinch gesture object notifies a client about a multi-finger pinch
|
||||||
gesture detected on an indirect input device such as a touchpad.
|
gesture detected on an indirect input device such as a touchpad.
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
DEALINGS IN THE SOFTWARE.
|
DEALINGS IN THE SOFTWARE.
|
||||||
</copyright>
|
</copyright>
|
||||||
|
|
||||||
<interface name="zwp_presentation1" version="1">
|
<interface name="zwp_presentation_v1" version="1">
|
||||||
<description summary="timed presentation related wl_surface requests">
|
<description summary="timed presentation related wl_surface requests">
|
||||||
|
|
||||||
<!-- Introduction -->
|
<!-- Introduction -->
|
||||||
|
|
@ -97,7 +97,7 @@
|
||||||
|
|
||||||
<arg name="surface" type="object" interface="wl_surface"
|
<arg name="surface" type="object" interface="wl_surface"
|
||||||
summary="target surface"/>
|
summary="target surface"/>
|
||||||
<arg name="callback" type="new_id" interface="zwp_presentation_feedback1"
|
<arg name="callback" type="new_id" interface="zwp_presentation_feedback_v1"
|
||||||
summary="new feedback object"/>
|
summary="new feedback object"/>
|
||||||
</request>
|
</request>
|
||||||
|
|
||||||
|
|
@ -141,7 +141,7 @@
|
||||||
|
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
<interface name="zwp_presentation_feedback1" version="1">
|
<interface name="zwp_presentation_feedback_v1" version="1">
|
||||||
<description summary="presentation time feedback event">
|
<description summary="presentation time feedback event">
|
||||||
A presentation_feedback object returns an indication that a
|
A presentation_feedback object returns an indication that a
|
||||||
wl_surface content update has become visible to the user.
|
wl_surface content update has become visible to the user.
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
DEALINGS IN THE SOFTWARE.
|
DEALINGS IN THE SOFTWARE.
|
||||||
</copyright>
|
</copyright>
|
||||||
|
|
||||||
<interface name="zwp_text_input1" version="1">
|
<interface name="zwp_text_input_v1" version="1">
|
||||||
<description summary="text input">
|
<description summary="text input">
|
||||||
An object used for text input. Adds support for text input and input
|
An object used for text input. Adds support for text input and input
|
||||||
methods to applications. A text-input object is created from a
|
methods to applications. A text-input object is created from a
|
||||||
|
|
@ -367,7 +367,7 @@
|
||||||
</event>
|
</event>
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
<interface name="zwp_text_input_manager1" version="1">
|
<interface name="zwp_text_input_manager_v1" version="1">
|
||||||
<description summary="text input manager">
|
<description summary="text input manager">
|
||||||
A factory for text-input objects. This object is a global singleton.
|
A factory for text-input objects. This object is a global singleton.
|
||||||
</description>
|
</description>
|
||||||
|
|
@ -376,7 +376,7 @@
|
||||||
<description summary="create text input">
|
<description summary="create text input">
|
||||||
Creates a new text-input object.
|
Creates a new text-input object.
|
||||||
</description>
|
</description>
|
||||||
<arg name="id" type="new_id" interface="zwp_text_input1"/>
|
<arg name="id" type="new_id" interface="zwp_text_input_v1"/>
|
||||||
</request>
|
</request>
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue