From: hj kim Date: Wed, 1 Jul 2020 07:12:39 +0000 (+0900) Subject: Update API description regarding METADATA_EDITOR_ERROR_METADATA_UPDATE_NOT_POSSIBLE X-Git-Tag: submit/tizen/20200709.031615~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a1e3b6e3eb56aff08c38e620f6c5720b5b3ea6ec;p=platform%2Fcore%2Fapi%2Fmetadata-editor.git Update API description regarding METADATA_EDITOR_ERROR_METADATA_UPDATE_NOT_POSSIBLE Change-Id: I680b073fb408c05dad44cb62a6d4165ee2118c9a --- diff --git a/include/metadata_editor.h b/include/metadata_editor.h index aa2d6fa..949698a 100755 --- a/include/metadata_editor.h +++ b/include/metadata_editor.h @@ -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