From: Hwankyu Jhun Date: Tue, 26 Jul 2016 01:48:41 +0000 (+0900) Subject: Fix the definitions about the text input delegate X-Git-Tag: submit/tizen/20160809.011327~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bbe66433261698b2d1decb5e09b9851de09b722c;p=platform%2Fcore%2Fapi%2Fapplication.git 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 --- 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 */