diff options
author | Minje Ahn <minje.ahn@samsung.com> | 2020-05-14 17:38:12 +0900 |
---|---|---|
committer | Minje ahn <minje.ahn@samsung.com> | 2020-05-15 01:49:24 +0000 |
commit | 731dcace62e8c821911752998a89ed1d78474557 (patch) | |
tree | 59678b07dcdbf9d7c97c1d39926ea9231cb86270 | |
parent | c7a4dade344e47caffc7629804e46ff5ed8faad2 (diff) | |
download | media-content-tizen_5.5.tar.gz media-content-tizen_5.5.tar.bz2 media-content-tizen_5.5.zip |
Fix descriptionsubmit/tizen_5.5_wearable_hotfix/20201026.184302submit/tizen_5.5/20200518.012553accepted/tizen/5.5/unified/wearable/hotfix/20201027.120417accepted/tizen/5.5/unified/20200518.160958tizen_5.5_wearable_hotfixtizen_5.5accepted/tizen_5.5_unified_wearable_hotfixaccepted/tizen_5.5_unified
Change-Id: I713552f78ea914ab67bdd61dfa87e5572e846f5b
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
-rwxr-xr-x | include/media_content_type.h | 4 | ||||
-rwxr-xr-x | include_product/media_content_type.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/include/media_content_type.h b/include/media_content_type.h index 878bbe4..3c3da0d 100755 --- a/include/media_content_type.h +++ b/include/media_content_type.h @@ -952,8 +952,8 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data); /** * @deprecated Deprecated since 5.0. * @brief Media storage. - * @details There are 2 types:\n - * 0-internal storage, 1-external storage\n + * @details There are 3 types:\n + * 0-internal storage, 1-SD card, 2-USB storage\n * You can use above define to set the condition of media filter and order keyword. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * diff --git a/include_product/media_content_type.h b/include_product/media_content_type.h index bd81505..0d67e8a 100755 --- a/include_product/media_content_type.h +++ b/include_product/media_content_type.h @@ -1018,8 +1018,8 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data); /** * @deprecated Deprecated since 5.0. * @brief Media storage. - * @details There are 2 types:\n - * 0-internal storage, 1-external storage\n + * @details There are 3 types:\n + * 0-internal storage, 1-SD card, 2-USB storage\n * You can use above define to set the condition of media filter and order keyword. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * |