From: Jihoon Kim Date: Mon, 14 Oct 2019 05:52:35 +0000 (+0900) Subject: Revise documetation for cancelling fill request X-Git-Tag: accepted/tizen/unified/20191017.011731~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12b54db6bcccdbb2d4676d6673d30b06986da560;p=platform%2Fcore%2Fuifw%2Fautofill.git Revise documetation for cancelling fill request Change-Id: Ie233178a12059ac97a6a37951d96ed1e01cb1441 Signed-off-by: Jihoon Kim --- diff --git a/include/autofill.h b/include/autofill.h index eb8bba2..f4c42c3 100644 --- a/include/autofill.h +++ b/include/autofill.h @@ -183,7 +183,7 @@ int autofill_auth_info_unset_received_cb(autofill_h ah); int autofill_fill_request(autofill_h ah, autofill_view_info_h vi); /** - * @brief Cancels fill request to fill out each input form. + * @brief Cancels autofill request to fill out each input form. * @since_tizen 5.5 * @param[in] ah The autofill handle * @param[in] vi The autofill view info handle diff --git a/include/autofill_service.h b/include/autofill_service.h index ca5f3bd..604ace6 100644 --- a/include/autofill_service.h +++ b/include/autofill_service.h @@ -56,7 +56,7 @@ typedef void (*autofill_service_auth_info_requested_cb)(int context_id, autofill typedef void (*autofill_service_fill_requested_cb)(int context_id, autofill_view_info_h vi, void *user_data); /** - * @brief Called when receiving the cancellation of fill request. + * @brief Called when receiving the cancellation of autofill request. * @since_tizen 5.5 * @remarks @a vi should not be freed and can be used only in the callback. * @param[in] context_id The autofill context identification value of an associated autofill client handle @@ -151,7 +151,7 @@ int autofill_service_set_fill_requested_cb(autofill_service_fill_requested_cb ca int autofill_service_unset_fill_requested_cb(void); /** - * @brief Sets the callback to receive the cancellation of fill request. + * @brief Sets the callback to receive the cancellation of autofill request. * @since_tizen 5.5 * @param[in] callback The callback function to register * @param[in] user_data The user data to be passed to the callback function @@ -162,7 +162,7 @@ int autofill_service_unset_fill_requested_cb(void); int autofill_service_set_cancel_fill_requested_cb(autofill_service_cancel_fill_requested_cb callback, void *user_data); /** - * @brief Unsets the callback to receive the cancellation of fill request. + * @brief Unsets the callback to receive the cancellation of autofill request. * @since_tizen 5.5 * @return 0 on success, otherwise a negative error value * @retval #AUTOFILL_ERROR_NONE No error