Update API description regarding METADATA_EDITOR_ERROR_METADATA_UPDATE_NOT_POSSIBLE 42/237542/3
authorhj kim <backto.kim@samsung.com>
Wed, 1 Jul 2020 07:12:39 +0000 (16:12 +0900)
committerhj kim <backto.kim@samsung.com>
Thu, 9 Jul 2020 03:25:43 +0000 (12:25 +0900)
Change-Id: I680b073fb408c05dad44cb62a6d4165ee2118c9a

include/metadata_editor.h

index aa2d6fa6195c302e7d645021e41581e304a26c65..949698ab26a8fdbe92e6f536f10e70ef4c42ea75 100755 (executable)
@@ -109,7 +109,7 @@ int metadata_editor_get_metadata(metadata_editor_h metadata, metadata_editor_att
  *
  * @remarks The @a value should be released using free(). \n
  *               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().
- *               This function doesn't support updating metadata which is malformed.
+ *               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.
  *
  * @param[in] metadata The handle to metadata
@@ -188,7 +188,7 @@ int metadata_editor_get_picture(metadata_editor_h metadata, int index, void **pi
  *                   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.
- *                   This function doesn't support updating metadata which is malformed.
+ *                   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.
  *
  * @param[in] metadata The handle to metadata