From: Minje Ahn Date: Thu, 14 May 2020 08:38:12 +0000 (+0900) Subject: Fix description X-Git-Tag: submit/tizen/20200529.021017^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e68d9bbbc5b05d2d6e76cad0c739288e9f66ca33;p=platform%2Fcore%2Fapi%2Fmedia-content.git Fix description Change-Id: I713552f78ea914ab67bdd61dfa87e5572e846f5b Signed-off-by: Minje Ahn --- 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 *