From: SukHyung, Kang Date: Mon, 22 Apr 2019 06:18:54 +0000 (+0900) Subject: Fix API reference error X-Git-Tag: submit/tizen_4.0/20190422.073239~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27349d11d95aa776c8f2351193c48a1fc7a4a57b;p=platform%2Fcore%2Fapi%2Fapp-control.git Fix API reference error Change-Id: Ia6a696bff483cd241b15bf5de7122db55991adc5 Signed-off-by: SukHyung, Kang --- diff --git a/include/app_control.h b/include/app_control.h index e918c6d..4639ae2 100755 --- a/include/app_control.h +++ b/include/app_control.h @@ -1060,7 +1060,7 @@ int app_control_foreach_app_matched(app_control_h app_control, app_control_app_m * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * @privlevel public * @privilege %http://tizen.org/privilege/appmanager.launch - * @remarks The function returns #APP_CONTROL_ERROR_LAUNCH_REJECTED if the operation value is #APP_CONTROL_OPERATION_LAUNCH_ON_EVENT which is only for handling the event from the platform or other application, refer to the @a Event module. + * @remarks The function returns #APP_CONTROL_ERROR_LAUNCH_REJECTED if the operation value is #APP_CONTROL_OPERATION_LAUNCH_ON_EVENT which is only for handling the event from the platform or other application, refer to the @a CAPI_EVENT_MODULE module. * @remarks Since Tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif, the launch request of the service application over out of packages is restricted by the platform. Also, implicit launch requests are NOT delivered to service applications since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif. To launch a service application, an explicit launch request with application ID given by the app_control_set_app_id() must be sent. * @param[in] app_control The app_control handle * @param[in] callback The callback function to be called when the reply is delivered