Remove links in document 16/243216/1 accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix tizen_6.0 tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.121608 accepted/tizen/6.0/unified/hotfix/20201103.004313 accepted/tizen/6.0/unified/hotfix/20201103.051351 accepted/tizen/unified/20200906.032659 submit/tizen/20200904.051854 submit/tizen_6.0/20201029.205102 submit/tizen_6.0_hotfix/20201102.192502 submit/tizen_6.0_hotfix/20201103.114802 tizen_6.0.m2_release
authorjiyong.min <jiyong.min@samsung.com>
Fri, 4 Sep 2020 03:45:29 +0000 (12:45 +0900)
committerjiyong.min <jiyong.min@samsung.com>
Fri, 4 Sep 2020 03:45:29 +0000 (12:45 +0900)
Change-Id: I620442514071a4d6aea7aedeee2a633eda1da200

include/metadata_editor.h

index 949698a..91d230f 100755 (executable)
@@ -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