Apply the new version suffix convention to the protocols

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
Jonas Ådahl 2015-11-06 14:42:49 +08:00
parent f7d16f7983
commit a776e94477
6 changed files with 24 additions and 24 deletions

View file

@ -1,5 +1,5 @@
<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">
Displays a single surface per output.
@ -169,7 +169,7 @@
<arg name="surface" type="object" interface="wl_surface"/>
<arg name="output" type="object" interface="wl_output"/>
<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>
<enum name="error">
@ -180,7 +180,7 @@
</enum>
</interface>
<interface name="zwp_fullscreen_shell_mode_feedback1" version="1">
<interface name="zwp_fullscreen_shell_mode_feedback_v1" version="1">
<event name="mode_successful">
<description summary="mode switch succeeded">
This event indicates that the attempted mode switch operation was

View file

@ -24,7 +24,7 @@
DEALINGS IN THE SOFTWARE.
</copyright>
<interface name="zwp_input_method_context1" version="1">
<interface name="zwp_input_method_context_v1" version="1">
<description summary="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
@ -239,7 +239,7 @@
</event>
</interface>
<interface name="zwp_input_method1" version="1">
<interface name="zwp_input_method_v1" version="1">
<description summary="input method">
An input method object is responsible to compose text in response to
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
which allows communication with the text input.
</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 name="deactivate">
@ -261,22 +261,22 @@
The input method context should be destroyed after deactivation is
handled.
</description>
<arg name="context" type="object" interface="zwp_input_method_context1"/>
<arg name="context" type="object" interface="zwp_input_method_context_v1"/>
</event>
</interface>
<interface name="zwp_input_panel1" version="1">
<interface name="zwp_input_panel_v1" version="1">
<description summary="interface for implementing keyboards">
Only one client can bind this interface at a time.
</description>
<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"/>
</request>
</interface>
<interface name="zwp_input_panel_surface1" version="1">
<interface name="zwp_input_panel_surface_v1" version="1">
<enum name="position">
<entry name="center_bottom" value="0"/>
</enum>

View file

@ -26,7 +26,7 @@
THIS SOFTWARE.
</copyright>
<interface name="zlinux_dmabuf1" version="1">
<interface name="zlinux_dmabuf_v1" version="1">
<description summary="factory for creating dmabuf-based wl_buffers">
Following the interfaces from:
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
received.
</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"/>
</request>
@ -107,7 +107,7 @@
</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">
This temporary object is a collection of dmabufs and other
parameters that together form a single logical buffer. The temporary

View file

@ -1,5 +1,5 @@
<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">
A global interface to provide semantic touchpad gestures for a given
pointer.
@ -23,7 +23,7 @@
Create a swipe gesture object. See the
wl_pointer_gesture_swipe interface for details.
</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"/>
</request>
@ -32,12 +32,12 @@
Create a pinch gesture object. See the
wl_pointer_gesture_pinch interface for details.
</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"/>
</request>
</interface>
<interface name="zwp_pointer_gesture_swipe1" version="1">
<interface name="zwp_pointer_gesture_swipe_v1" version="1">
<description summary="a swipe gesture object">
A swipe gesture object notifies a client about a multi-finger swipe
gesture detected on an indirect input device such as a touchpad.
@ -100,7 +100,7 @@
</event>
</interface>
<interface name="zwp_pointer_gesture_pinch1" version="1">
<interface name="zwp_pointer_gesture_pinch_v1" version="1">
<description summary="a pinch gesture object">
A pinch gesture object notifies a client about a multi-finger pinch
gesture detected on an indirect input device such as a touchpad.

View file

@ -25,7 +25,7 @@
DEALINGS IN THE SOFTWARE.
</copyright>
<interface name="zwp_presentation1" version="1">
<interface name="zwp_presentation_v1" version="1">
<description summary="timed presentation related wl_surface requests">
<!-- Introduction -->
@ -97,7 +97,7 @@
<arg name="surface" type="object" interface="wl_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"/>
</request>
@ -141,7 +141,7 @@
</interface>
<interface name="zwp_presentation_feedback1" version="1">
<interface name="zwp_presentation_feedback_v1" version="1">
<description summary="presentation time feedback event">
A presentation_feedback object returns an indication that a
wl_surface content update has become visible to the user.

View file

@ -24,7 +24,7 @@
DEALINGS IN THE SOFTWARE.
</copyright>
<interface name="zwp_text_input1" version="1">
<interface name="zwp_text_input_v1" version="1">
<description summary="text 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
@ -367,7 +367,7 @@
</event>
</interface>
<interface name="zwp_text_input_manager1" version="1">
<interface name="zwp_text_input_manager_v1" version="1">
<description summary="text input manager">
A factory for text-input objects. This object is a global singleton.
</description>
@ -376,7 +376,7 @@
<description summary="create text input">
Creates a new text-input object.
</description>
<arg name="id" type="new_id" interface="zwp_text_input1"/>
<arg name="id" type="new_id" interface="zwp_text_input_v1"/>
</request>
</interface>