From: jiyong.min Date: Fri, 4 Sep 2020 03:45:29 +0000 (+0900) Subject: Remove links in document X-Git-Tag: accepted/tizen/6.0/unified/20201030.121608^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a86d465e5eb08aa91e98302cc732b55199aedb11;p=platform%2Fcore%2Fapi%2Fmetadata-editor.git Remove links in document Change-Id: I620442514071a4d6aea7aedeee2a633eda1da200 --- diff --git a/include/metadata_editor.h b/include/metadata_editor.h index 949698a..91d230f 100755 --- a/include/metadata_editor.h +++ b/include/metadata_editor.h @@ -57,7 +57,7 @@ int metadata_editor_create(metadata_editor_h *metadata); * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif * * @remarks In case of accessing specific path in internal storage or external storage, you may add the privilege for accessing the path. \n - * For example, if you get the specific path by using storage_get_directory(). you should add privilege http://tizen.org/privilege/mediastorage or http://tizen.org/privilege/externalstorage. + * For example, if you get the specific path by using storage_get_directory(). you should add privilege %http://tizen.org/privilege/mediastorage or %http://tizen.org/privilege/externalstorage. * * @param[in] metadata The handle to metadata * @param[in] path path to read or write metadata @@ -82,7 +82,7 @@ int metadata_editor_set_path(metadata_editor_h metadata, const char *path); * @remarks The @a value should be released using free(). \n * If the attribute value of the metadata is empty, return value is NULL. \n * In case of accessing specific path in internal storage or external storage, you may add the privilege for accessing the path. \n - * For example, if you get the specific path by using storage_get_directory(). you should add privilege http://tizen.org/privilege/mediastorage or http://tizen.org/privilege/externalstorage. + * For example, if you get the specific path by using storage_get_directory(). you should add privilege %http://tizen.org/privilege/mediastorage or %http://tizen.org/privilege/externalstorage. * * @param[in] metadata The handle to metadata * @param[in] attribute key attribute name to get @@ -136,7 +136,7 @@ int metadata_editor_set_metadata(metadata_editor_h metadata, metadata_editor_att * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif * * @remarks In case of accessing specific path in internal storage or external storage, you may add the privilege for accessing the path. \n - * For example, if you get the specific path by using storage_get_directory(). you should add privilege http://tizen.org/privilege/mediastorage or http://tizen.org/privilege/externalstorage. + * For example, if you get the specific path by using storage_get_directory(). you should add privilege %http://tizen.org/privilege/mediastorage or %http://tizen.org/privilege/externalstorage. * * @param[in] metadata The handle to metadata * @return 0 on success, otherwise a negative error value @@ -160,7 +160,7 @@ int metadata_editor_update_metadata(metadata_editor_h metadata); * * @remarks The @a picture and @a mime_type should be released using free(). \n * In case of accessing specific path in internal storage or external storage, you may add the privilege for accessing the path. \n - * For example, if you get the specific path by using storage_get_directory(). you should add privilege http://tizen.org/privilege/mediastorage or http://tizen.org/privilege/externalstorage. + * For example, if you get the specific path by using storage_get_directory(). you should add privilege %http://tizen.org/privilege/mediastorage or %http://tizen.org/privilege/externalstorage. * * @param[in] metadata The handle to metadata * @param[in] index picture order (starts with 0) @@ -187,7 +187,7 @@ int metadata_editor_get_picture(metadata_editor_h metadata, int index, void **pi * @remarks You must call metadata_editor_update_metadata() to apply metadata changes to the media file. Otherwise, the previous metadata will be returned when you call metadata_editor_get_metadata(). \n * Image type of the metadata supports jpeg and png. \n * In case of accessing specific path in internal storage or external storage, you may add the privilege for accessing the path. \n - * For example, if you get the specific path by using storage_get_directory(). you should add privilege http://tizen.org/privilege/mediastorage or http://tizen.org/privilege/externalstorage. + * For example, if you get the specific path by using storage_get_directory(). you should add privilege %http://tizen.org/privilege/mediastorage or %http://tizen.org/privilege/externalstorage. * This function doesn't support updating metadata of an invalid media file. * Before 6.0, this function returned #METADATA_EDITOR_ERROR_OPERATION_FAILED. Since 6.0, #METADATA_EDITOR_ERROR_METADATA_UPDATE_NOT_POSSIBLE is returned in such cases. * @@ -215,7 +215,7 @@ int metadata_editor_append_picture(metadata_editor_h metadata, const char *pictu * * @remarks You must call metadata_editor_update_metadata() to apply metadata changes to the media file. Otherwise, the previous metadata will be returned when you call metadata_editor_get_metadata(). \n * In case of accessing specific path in internal storage or external storage, you may add the privilege for accessing the path. \n - * For example, if you get the specific path by using storage_get_directory(). you should add privilege http://tizen.org/privilege/mediastorage or http://tizen.org/privilege/externalstorage. + * For example, if you get the specific path by using storage_get_directory(). you should add privilege %http://tizen.org/privilege/mediastorage or %http://tizen.org/privilege/externalstorage. * * @param[in] metadata The handle to metadata * @param[in] index artwork image order