From: Hwankyu Jhun Date: Tue, 6 Aug 2019 03:32:14 +0000 (+0900) Subject: Change descriptions of app_control action X-Git-Tag: submit/tizen/20190808.231835~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F98%2F211498%2F1;p=platform%2Fcore%2Fapi%2Fapp-control.git Change descriptions of app_control action Change-Id: I9e3470b7c8e1d561033dd27c7f0bbee5979f9201 Signed-off-by: Hwankyu Jhun --- diff --git a/include/app_control.h b/include/app_control.h index 4959118..3d638e0 100755 --- a/include/app_control.h +++ b/include/app_control.h @@ -1488,11 +1488,11 @@ int app_control_send_launch_request_sync(app_control_h app_control, app_control_h *reply, app_control_result_e *result); /** - * @brief Adds the app_control action handle. + * @brief Adds the action handle of the app_control. * @since_tizen 5.5 - * @remarks You should release @a handle using app_control_remove_action_handler(). + * @remarks The @a handle must be released using app_control_remove_action_handler(). * - * @param[in] action The name of the app_control action + * @param[in] action The action name of the app_control * @param[in] callback The callback function * @param[in] user_data The user data to be passed to the callback function * @param[out] handle The app_control action handle @@ -1511,7 +1511,7 @@ int app_control_add_action_handler(const char *action, app_control_action_h *handle); /** - * @brief Removes registered app_control action handle. + * @brief Removes the registered action handle of the app_control. * @since_tizen 5.5 * * @param[in] handle The app_control action handle