From 1f00108e07e78e9120f2a83f83b82e3e8464ec37 Mon Sep 17 00:00:00 2001 From: "SukHyung, Kang" Date: Mon, 22 Apr 2019 14:28:55 +0900 Subject: [PATCH] Fix API reference error Change-Id: Id29c26ec3643e774b761b775087e40c94119f5f4 Signed-off-by: SukHyung, Kang --- include/app_control.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/app_control.h b/include/app_control.h index 872741e..6d21993 100755 --- a/include/app_control.h +++ b/include/app_control.h @@ -1242,7 +1242,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 @ref 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 @ref 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 @@ -1427,7 +1427,7 @@ int app_control_enable_app_started_result_event(app_control_h app_control); * @since_tizen 5.0 * @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 @ref 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 @ref CAPI_EVENT_MODULE Module. * @remarks 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 @@ -1464,7 +1464,7 @@ int app_control_send_launch_request_async(app_control_h app_control, * @since_tizen 5.5 * @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 applications, refer to the @ref 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 applications, refer to the @ref CAPI_EVENT_MODULE Module. * @remarks The platform does not allow launching service applications from packages other than the requesting application's package. 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 set by app_control_set_app_id() must be sent. * @remarks If the callee application doesn't respond, the function returns a negative error value. * @remarks The @a reply must be released using app_control_destroy(). -- 2.34.1