Remove profile tag
[platform/core/api/media-content.git] / include_product / media_content.h
index 51a0b0e..d084f46 100755 (executable)
@@ -18,7 +18,6 @@
 #define __TIZEN_CONTENT_MEDIA_CONTENT_H__
 
 #include <media_audio.h>
-#include <media_content_type.h>
 #include <media_filter.h>
 #include <media_folder.h>
 #include <media_image.h>
@@ -28,8 +27,8 @@
 #include <media_group.h>
 #include <media_playlist.h>
 #include <media_bookmark.h>
-#include <media_storage.h>
 #include <media_face.h>
+#include <media_book.h>
 #include <media_content_product.h>
 
 #ifdef __cplusplus
@@ -52,7 +51,7 @@ extern "C" {
  * @brief Connects to the media content service.
  * @details Any media content related function call should be invoked after this function call.
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  *
  * @return @c 0 on success,
  *         otherwise a negative error value
@@ -71,7 +70,7 @@ int media_content_connect(void);
  * @details This function closes connection to the media content service. Any further media content related operation
  *          cannot be performed after this function is called.
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  *
  * @return @c 0 on success,
  *         otherwise a negative error value
@@ -93,16 +92,16 @@ int media_content_disconnect(void);
  *          If requested file does not exist on file system, information of the media file will be removed from the media DB. \n
  *          If file information does not exist in DB, this function will be return #MEDIA_CONTENT_ERROR_INVALID_PARAMETER.
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  *
  * @privlevel public
  * @privilege %http://tizen.org/privilege/content.write \n
  *                   %http://tizen.org/privilege/mediastorage \n
  *                   %http://tizen.org/privilege/externalstorage
  *
- * @remarks You must add privilege http://tizen.org/privilege/content.write. And You add more privilege depending on your choice of contents path. \n
- *                   If you want to access only internal storage by using this function, you should add privilege http://tizen.org/privilege/mediastorage. \n
- *                   Or if you want to access only external storage by using this function, you should add privilege http://tizen.org/privilege/externalstorage. \n
+ * @remarks You must add privilege %http://tizen.org/privilege/content.write. And You add more privilege depending on your choice of contents path. \n
+ *                   If you want to access only internal storage by using this function, you should add privilege %http://tizen.org/privilege/mediastorage. \n
+ *                   Or if you want to access only external storage by using this function, you should add privilege %http://tizen.org/privilege/externalstorage. \n
  *                   If you can access both storage, you must add all privilege. \n
  *                   Since 4.0, This function does not allow a symbolic link.\n
  * @remarks Since 4.0, this function is related to the following feature:\n
@@ -141,16 +140,16 @@ int media_content_scan_file(const char *path);
  *          Alternatively, you can call this function on any parent of source location and on any parent of destination location.\n
  *          You can also call the function once, on a folder which is a parent of both source and destination.\n
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  *
  * @privlevel public
  * @privilege %http://tizen.org/privilege/content.write \n
  *                   %http://tizen.org/privilege/mediastorage \n
  *                   %http://tizen.org/privilege/externalstorage
  *
- * @remarks You must add privilege http://tizen.org/privilege/content.write. And You add more privilege depending on your choice of contents path. \n
- *                   If you want to access only internal storage by using this function, you should add privilege http://tizen.org/privilege/mediastorage. \n
- *                   Or if you want to access only external storage by using this function, you should add privilege http://tizen.org/privilege/externalstorage. \n
+ * @remarks You must add privilege %http://tizen.org/privilege/content.write. And You add more privilege depending on your choice of contents path. \n
+ *                   If you want to access only internal storage by using this function, you should add privilege %http://tizen.org/privilege/mediastorage. \n
+ *                   Or if you want to access only external storage by using this function, you should add privilege %http://tizen.org/privilege/externalstorage. \n
  *                   If you can access both storage, you must add all privilege. \n
  *                   Since 4.0, This function does not allow a symbolic link.
  *
@@ -180,7 +179,7 @@ int media_content_scan_folder(const char *path, bool is_recursive, media_scan_co
 
 /**
  * @brief Requests to cancel the media folder scanning.
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
  *
  * @param[in] path The folder path
  *