From: InHong Han Date: Mon, 15 Jun 2020 09:41:16 +0000 (+0900) Subject: Change API description by API review X-Git-Tag: accepted/tizen/5.5/unified/20200629.130252~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F71%2F236171%2F1;p=platform%2Fcore%2Fuifw%2Fcapi-ui-sticker.git Change API description by API review Change-Id: Ib9f385840671c0dbc73426f79907603b564e0cf8 --- diff --git a/include/sticker_provider.h b/include/sticker_provider.h index cdfbac4..65a4d78 100644 --- a/include/sticker_provider.h +++ b/include/sticker_provider.h @@ -97,7 +97,7 @@ int sticker_provider_destroy(sticker_provider_h provider_handle); /** * @brief Inserts a sticker data to the sticker database. * @since_tizen 5.5 - * @remarks All data except thumbnail, description, display_type must be set in the @a data_handle to insert the sticker data. + * @remarks All data except thumbnail, description, and display_type must be set in the @a data_handle to insert the sticker data. * If the URI type is #STICKER_DATA_URI_LOCAL_PATH, the sticker file is copied to a sticker directory. * It is recommended to delete your sticker file after inserting a sticker data. * @param[in] provider_handle The sticker provider handle @@ -118,7 +118,7 @@ int sticker_provider_insert_data(sticker_provider_h provider_handle, sticker_dat * @brief Inserts a sticker data using JSON file. * @details @a json_path must be a relative path like '/data/message_sticker.json'. * @since_tizen 5.5 - * @remarks All data except thumbnail, description, display_type must be set in the JSON file to insert the sticker data. + * @remarks All data except thumbnail, description, and display_type must be set in the JSON file to insert the sticker data. * @a json_path must have a non-null value and must be an existing file. If not, the error as invalid parameter will be returned. * If the URI type is #STICKER_DATA_URI_LOCAL_PATH, the sticker file is copied to a sticker directory. * It is recommended to delete your sticker files after inserting a sticker data. @@ -201,7 +201,7 @@ int sticker_provider_update_data(sticker_provider_h provider_handle, sticker_dat int sticker_provider_delete_data(sticker_provider_h provider_handle, sticker_data_h data_handle); /** - * @brief Deletes a sticker data with the given @a uri from the sticker database. + * @brief Deletes a sticker with the given @a uri from the sticker database. * @details If the database does not have a sticker that matches the given @a uri, the STICKER_ERROR_NO_SUCH_FILE error is returned. * @since_tizen 5.5 * @param[in] provider_handle The sticker provider handle