summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinje Ahn <minje.ahn@samsung.com>2020-05-14 17:38:12 +0900
committerMinje ahn <minje.ahn@samsung.com>2020-05-15 01:49:24 +0000
commit731dcace62e8c821911752998a89ed1d78474557 (patch)
tree59678b07dcdbf9d7c97c1d39926ea9231cb86270
parentc7a4dade344e47caffc7629804e46ff5ed8faad2 (diff)
downloadmedia-content-tizen_5.5.tar.gz
media-content-tizen_5.5.tar.bz2
media-content-tizen_5.5.zip
Change-Id: I713552f78ea914ab67bdd61dfa87e5572e846f5b Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
-rwxr-xr-xinclude/media_content_type.h4
-rwxr-xr-xinclude_product/media_content_type.h4
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
*