protocol: whitespace cleanup

dev
Bryce Harrington 10 years ago
parent af637c25f2
commit a419d412ed
  1. 10
      protocol/text.xml

@ -28,7 +28,7 @@
<interface name="wl_text_input" version="1"> <interface name="wl_text_input" 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
wl_text_input_manager and corresponds typically to a text entry in an wl_text_input_manager and corresponds typically to a text entry in an
application. application.
@ -51,7 +51,7 @@
<request name="activate"> <request name="activate">
<description summary="request activation"> <description summary="request activation">
Requests the text-input object to be activated (typically when the Requests the text-input object to be activated (typically when the
text entry gets focus). text entry gets focus).
The seat argument is a wl_seat which maintains the focus for this The seat argument is a wl_seat which maintains the focus for this
activation. The surface argument is a wl_surface assigned to the activation. The surface argument is a wl_surface assigned to the
@ -171,7 +171,7 @@
<request name="set_preferred_language"> <request name="set_preferred_language">
<description summary="sets preferred language"> <description summary="sets preferred language">
Sets a specific language. This allows for example a virtual keyboard to Sets a specific language. This allows for example a virtual keyboard to
show a language specific layout. The "language" argument is a RFC-3066 show a language specific layout. The "language" argument is a RFC-3066
format language tag. format language tag.
It could be used for example in a word processor to indicate language of It could be used for example in a word processor to indicate language of
@ -253,7 +253,7 @@
<event name="preedit_styling"> <event name="preedit_styling">
<description summary="pre-edit styling"> <description summary="pre-edit styling">
Sets styling information on composing text. The style is applied for Sets styling information on composing text. The style is applied for
length bytes from index relative to the beginning of the composing length bytes from index relative to the beginning of the composing
text (as byte offset). Multiple styles can text (as byte offset). Multiple styles can
be applied to a composing text by sending multiple preedit_styling be applied to a composing text by sending multiple preedit_styling
events. events.
@ -334,7 +334,7 @@
<event name="language"> <event name="language">
<description summary="language"> <description summary="language">
Sets the language of the input text. The "language" argument is a RFC-3066 Sets the language of the input text. The "language" argument is a RFC-3066
format language tag. format language tag.
</description> </description>
<arg name="serial" type="uint" summary="serial of the latest known text input state"/> <arg name="serial" type="uint" summary="serial of the latest known text input state"/>

Loading…
Cancel
Save