Change descriptions of app_control action 98/211498/1
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 6 Aug 2019 03:32:14 +0000 (12:32 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 6 Aug 2019 03:32:14 +0000 (12:32 +0900)
Change-Id: I9e3470b7c8e1d561033dd27c7f0bbee5979f9201
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/app_control.h

index 4959118..3d638e0 100755 (executable)
@@ -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