Change-Id: Iad3a0ee47e34eeba85db487e551df2ba88000d17
* @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
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.