X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fmedia_content.h;h=5d394b28a05034b7efae93a4e47f3a049f85d443;hb=refs%2Fchanges%2F11%2F303211%2F2;hp=2551ae9148c1a6d179d981ebedccf9f4025f631f;hpb=5812ff833cf6365dbd5fe2d13b02e1119447baa3;p=platform%2Fcore%2Fapi%2Fmedia-content.git diff --git a/include/media_content.h b/include/media_content.h index 2551ae9..5d394b2 100755 --- a/include/media_content.h +++ b/include/media_content.h @@ -18,7 +18,6 @@ #define __TIZEN_CONTENT_MEDIA_CONTENT_H__ #include -#include #include #include #include @@ -28,8 +27,8 @@ #include #include #include -#include #include +#include #ifdef __cplusplus extern "C" { @@ -51,7 +50,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 @@ -70,7 +69,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 @@ -92,16 +91,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 @@ -140,16 +139,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. * @@ -179,7 +178,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 *