From 2b9217e09c712dbac7fc6a0847b002d080984158 Mon Sep 17 00:00:00 2001 From: InHong Han Date: Thu, 18 Nov 2021 12:49:42 +0900 Subject: [PATCH] inputmethod: Add new protocols to separate tizen specific arguments Change-Id: I42619f57b5f3a9be1917f507837a5e0e5409bac8 --- protocol/tizen/input-method.xml | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/protocol/tizen/input-method.xml b/protocol/tizen/input-method.xml index 2e0507b..d227bb9 100644 --- a/protocol/tizen/input-method.xml +++ b/protocol/tizen/input-method.xml @@ -421,8 +421,6 @@ which allows communication with the text input. - - @@ -432,7 +430,6 @@ handled. - @@ -458,6 +455,28 @@ + + + + Open socket connection to the ISF (Input Servcie Framework). + + + + + + + Close socket connection to the ISF (Input Servcie Framework). + + + + + + + Set the text input ID to manage multiple entries. + + + + -- 2.34.1