From 49738edf6d7ef8c41bc86f2a3cc5d77897dad47b Mon Sep 17 00:00:00 2001 From: Ji-hoon Lee Date: Wed, 11 Sep 2019 15:32:23 +0900 Subject: [PATCH] Fix API header errors and inappropriate descriptions Change-Id: Ie2885b41794f08140a942a40f135fa0bbafd3659 --- include/multi_assistant.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/include/multi_assistant.h b/include/multi_assistant.h index d3c5927..1b90d12 100644 --- a/include/multi_assistant.h +++ b/include/multi_assistant.h @@ -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 * -- 2.34.1