diff options
author | Hwankyu Jhun <h.jhun@samsung.com> | 2016-07-26 10:48:41 +0900 |
---|---|---|
committer | HwanKyu Jhun <h.jhun@samsung.com> | 2016-08-07 18:49:46 -0700 |
commit | bbe66433261698b2d1decb5e09b9851de09b722c (patch) | |
tree | 0cd7c2262dc700459db02a6cf167a8e694279496 /include | |
parent | ba3d2dfcffab1ff4397b236b8ec121f88d394bfa (diff) | |
download | application-bbe66433261698b2d1decb5e09b9851de09b722c.tar.gz application-bbe66433261698b2d1decb5e09b9851de09b722c.tar.bz2 application-bbe66433261698b2d1decb5e09b9851de09b722c.zip |
Fix the definitions about the text input delegate
"input_selector" and "input_reply", "input_handwriting" are deleted.
Change-Id: I2e665853bc8ab508e0f9d98a57a82f4aa194104b
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/app_control.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/app_control.h b/include/app_control.h index 0ce6743..04399cb 100644 --- a/include/app_control.h +++ b/include/app_control.h @@ -480,11 +480,8 @@ typedef enum { /** * @brief Definition for app_control data: Select the type of input method - * @details Type: "input_selector" Show multiple input types to be selected from user. - * "input_voice" Launch input method with voice type. + * @details Type: "input_voice" Launch input method with voice type. * "input_emoticon" Launch input method with emoticon type. - * "input_reply" Launch input method with smart reply type. - * "input_handwriting" Launch input method with handwriting type. * "input_keyboard" Launch input method with keyboard type. * @since_tizen @if WEARABLE 2.3.2 @elseif MOBILE 3.0 @endif */ |