From 5eeceab6a06be700671c76ea11da4a45e61378d2 Mon Sep 17 00:00:00 2001 From: hj kim Date: Thu, 25 Jan 2018 09:19:30 +0900 Subject: [PATCH] Fix Doxygen mistakes Change-Id: I2e89f110ab047dd34e1c1ecbd6e6b6b7cb853fad --- include/metadata_editor.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/metadata_editor.h b/include/metadata_editor.h index d012f1a..80d4e4b 100755 --- a/include/metadata_editor.h +++ b/include/metadata_editor.h @@ -191,6 +191,8 @@ int metadata_editor_append_picture(metadata_editor_h metadata, const char *pictu * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif * * @remarks You must call metadata_editor_update_metadata() for applying to the metadata of the media file. if not, you will see the existing metadata 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 previlege http://tizen.org/privilege/mediastorage or http://tizen.org/privilege/externalstorage. * * @param[in] metadata The handle to metadata * @param[in] index artwork image order -- 2.7.4