Fix API header errors and inappropriate descriptions 69/213769/4
authorJi-hoon Lee <dalton.lee@samsung.com>
Wed, 11 Sep 2019 06:32:23 +0000 (15:32 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Wed, 11 Sep 2019 06:51:38 +0000 (15:51 +0900)
Change-Id: Ie2885b41794f08140a942a40f135fa0bbafd3659

include/multi_assistant.h

index d3c59270d1450e2854acd915d618918aec31bb6c..1b90d1215bae260f079587ffdf5de74cfe052bdf 100644 (file)
@@ -482,7 +482,7 @@ int ma_set_wakeup_engine_command_cb(ma_wakeup_engine_command_cb callback, void*
 int ma_unset_wakeup_engine_command_cb(void);
 
 /**
- * @brief Retreives the list of installed assistants.
+ * @brief Retrieves all installed voice assistant applications information.
  * @since_tizen 5.5
  *
  * @param[in] callback A callback for getting the information of the installed assistants.
@@ -499,7 +499,7 @@ int ma_unset_wakeup_engine_command_cb(void);
 int ma_assistant_info_foreach_assistants(ma_assistant_info_list_cb callback, void* user_data);
 
 /**
- * @brief Retreives app id of the specific handle.
+ * @brief Gets the app id of the specific handle.
  * @since_tizen 5.5
  *
  * @remarks You must not release @a app_id using free().
@@ -514,10 +514,9 @@ int ma_assistant_info_foreach_assistants(ma_assistant_info_list_cb callback, voi
 int ma_assistant_info_get_app_id(ma_assistant_info_h handle, char** app_id);
 
 /**
- * @brief Retreives app id of the specific handle.
+ * @brief Gets the enabled status of the specific handle.
  * @since_tizen 5.5
  *
- * @remarks You must not release @a app_id using free().
  * @param[in] handle The handle to the assistant's information
  * @param[in] status The enable status of the given assistant handle
  *
@@ -529,10 +528,9 @@ int ma_assistant_info_get_app_id(ma_assistant_info_h handle, char** app_id);
 int ma_assistant_info_get_enabled_status(ma_assistant_info_h handle, bool* status);
 
 /**
- * @brief Retreives app id of the specific handle.
+ * @brief Gets the name of the specific handle.
  * @since_tizen 5.5
  *
- * @remarks You must not release @a app_id using free().
  * @param[in] handle The handle to the assistant's information
  * @param[in] name The application name of the given assistant handle
  *