Revise documetation for cancelling fill request 65/215665/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 14 Oct 2019 05:52:35 +0000 (14:52 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 14 Oct 2019 05:52:35 +0000 (14:52 +0900)
Change-Id: Ie233178a12059ac97a6a37951d96ed1e01cb1441
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
include/autofill.h
include/autofill_service.h

index eb8bba2..f4c42c3 100644 (file)
@@ -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
index ca5f3bd..604ace6 100644 (file)
@@ -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