From 0f29923e3062ca52dae52f3bbe8a90126c26928e Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Fri, 8 May 2015 17:08:41 -0500 Subject: text-input: Replace model with input commit 78d00e45cc renamed text_model to text_input This cleans up remaining uses of the word "model" Reviewed-by: Jan Arne Petersen Reviewed-by: Bryce Harrington Signed-off-by: Derek Foreman --- protocol/input-method.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'protocol') diff --git a/protocol/input-method.xml b/protocol/input-method.xml index 2f596f06..b45a77eb 100644 --- a/protocol/input-method.xml +++ b/protocol/input-method.xml @@ -28,9 +28,9 @@ - Corresponds to a text model on input method side. An input method context - is created on text model activation on the input method side. It allows to - receive information about the text model from the application via events. + 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 + receive information about the text input from the application via events. Input method contexts do not keep state after deactivation and should be destroyed after deactivation is handled. @@ -220,18 +220,18 @@ An input method object is responsible to compose text in response to input from hardware or virtual keyboards. There is one input method object per seat. On activate there is a new input method context object - created which allows the input method to communicate with the text model. + created which allows the input method to communicate with the text input. - A text model was activated. Creates an input method context object - which allows communication with the text model. + A text input was activated. Creates an input method context object + which allows communication with the text input. - The text model corresponding to the context argument was deactivated. + The text input corresponding to the context argument was deactivated. The input method context should be destroyed after deactivation is handled. @@ -257,7 +257,7 @@ - A keyboard surface is only shown, when a text model is active + A keyboard surface is only shown when a text input is active. @@ -266,7 +266,7 @@ An overlay panel is shown near the input cursor above the application - window when a text model is active. + window when a text input is active. -- cgit v1.2.1