* @param[out] amh The autofill manager handle
* @return 0 on success, otherwise a negative error value
* @retval #AUTOFILL_ERROR_NONE No error
- * @retval #AUTOFILL_ERROR_INVALID_PARAMETER Invalid parameter
* @retval #AUTOFILL_ERROR_PERMISSION_DENIED The application does not have the privilege to call this function
+ * @retval #AUTOFILL_ERROR_INVALID_PARAMETER Invalid parameter
* @retval #AUTOFILL_ERROR_OUT_OF_MEMORY Out of memory
* @see autofill_manager_destroy()
*/
* @param[in] amh The autofill manager handle
* @return 0 on success, otherwise a negative error value
* @retval #AUTOFILL_ERROR_NONE No error
- * @retval #AUTOFILL_ERROR_INVALID_PARAMETER Invalid parameter
* @retval #AUTOFILL_ERROR_PERMISSION_DENIED The application does not have the privilege to call this function
+ * @retval #AUTOFILL_ERROR_INVALID_PARAMETER Invalid parameter
* @see autofill_manager_create()
*/
int autofill_manager_destroy(autofill_manager_h amh);
* @param[in] user_data The user data to be passed to the callback function
* @return 0 on success, otherwise a negative error value
* @retval #AUTOFILL_ERROR_NONE No error
- * @retval #AUTOFILL_ERROR_INVALID_PARAMETER Invalid parameter
* @retval #AUTOFILL_ERROR_PERMISSION_DENIED The application does not have the privilege to call this function
+ * @retval #AUTOFILL_ERROR_INVALID_PARAMETER Invalid parameter
* @retval #AUTOFILL_ERROR_OPERATION_FAILED Operation failure
*/
int autofill_manager_connect(autofill_manager_h amh, autofill_manager_connection_status_changed_cb callback, void *user_data);
* @param[in] app_id The autofill service app ID
* @return 0 on success, otherwise a negative error value
* @retval #AUTOFILL_ERROR_NONE No error
- * @retval #AUTOFILL_ERROR_INVALID_PARAMETER Invalid parameter
* @retval #AUTOFILL_ERROR_PERMISSION_DENIED The application does not have the privilege to call this function
+ * @retval #AUTOFILL_ERROR_INVALID_PARAMETER Invalid parameter
* @see autofill_manager_get_autofill_service()
*/
int autofill_manager_set_autofill_service(autofill_manager_h amh, const char *app_id);
* @param[out] service_app_id The autofill service app ID
* @return 0 on success, otherwise a negative error value
* @retval #AUTOFILL_ERROR_NONE No error
- * @retval #AUTOFILL_ERROR_INVALID_PARAMETER Invalid parameter
* @retval #AUTOFILL_ERROR_PERMISSION_DENIED The application does not have the privilege to call this function
+ * @retval #AUTOFILL_ERROR_INVALID_PARAMETER Invalid parameter
* @see autofill_manager_set_autofill_service()
*/
int autofill_manager_get_autofill_service(autofill_manager_h amh, char **service_app_id);