From: InHong Han Date: Thu, 25 Mar 2021 01:44:45 +0000 (+0900) Subject: Change API description by API review X-Git-Tag: accepted/tizen/6.0/unified/20220117.134638~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b822806756a2c5e8e6b6b4da6a8276f00a67339;p=platform%2Fcore%2Fuifw%2Fcapi-ui-sticker.git Change API description by API review Change-Id: I60ef9bf6887c3fb17e10ed43622ba3f765295bbc --- diff --git a/include/sticker_provider.h b/include/sticker_provider.h index 65a4d78..ead39f0 100644 --- a/include/sticker_provider.h +++ b/include/sticker_provider.h @@ -202,7 +202,7 @@ int sticker_provider_delete_data(sticker_provider_h provider_handle, sticker_dat /** * @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. + * @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 * @param[in] uri The URI of the sticker data to be deleted