From 561c0d659cfb4dde436a28e6da1282278f00fd58 Mon Sep 17 00:00:00 2001 From: Ji-hoon Lee Date: Mon, 6 Apr 2020 21:19:28 +0900 Subject: [PATCH] Rephrase API descriptions for some functions Change-Id: Iad3a0ee47e34eeba85db487e551df2ba88000d17 --- include/multi_assistant.h | 2 +- include/multi_assistant_common.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/multi_assistant.h b/include/multi_assistant.h index dcfa0ae..58dd04a 100644 --- a/include/multi_assistant.h +++ b/include/multi_assistant.h @@ -485,7 +485,7 @@ int ma_unset_wakeup_engine_command_cb(void); * @brief Retrieves the information about all installed voice assistant applications. * @since_tizen 5.5 * - * @param[in] callback A callback for getting the information of the installed assistants. + * @param[in] callback The callback for getting the information of installed assistants. * @param[in] user_data The user data passed to the callback function * * @return @c 0 on success, otherwise a negative error value diff --git a/include/multi_assistant_common.h b/include/multi_assistant_common.h index caca2bb..a4938c6 100644 --- a/include/multi_assistant_common.h +++ b/include/multi_assistant_common.h @@ -253,7 +253,7 @@ typedef void (*ma_wakeup_engine_command_cb)(const char *command, void* user_data typedef void *ma_assistant_info_h; /** - * @brief Called to get the assistant information once for each installed assistant. + * @brief Called whenever to get the assistant information of each installed assistant. * @since_tizen 5.5 * * @remarks The @a handle should not be released. -- 2.34.1