From c57688b0f71d67165df1b086fee1276db08ef2d9 Mon Sep 17 00:00:00 2001 From: hj kim Date: Fri, 22 Jun 2018 09:49:59 +0900 Subject: [PATCH] Just update api description Change-Id: I33af23014296467d015b6af78311fce76adffc88 --- include/media_audio.h | 2 +- include/media_bookmark.h | 2 +- include/media_face.h | 2 +- include/media_filter.h | 2 +- include/media_folder.h | 2 +- include/media_group.h | 2 +- include/media_image.h | 2 +- include/media_info.h | 2 +- include/media_playlist.h | 2 +- include/media_storage.h | 2 +- include/media_tag.h | 2 +- include/media_video.h | 2 +- include_product/media_audio.h | 2 +- include_product/media_bookmark.h | 2 +- include_product/media_face.h | 2 +- include_product/media_filter.h | 2 +- include_product/media_folder.h | 2 +- include_product/media_group.h | 2 +- include_product/media_image.h | 2 +- include_product/media_info.h | 2 +- include_product/media_playlist.h | 2 +- include_product/media_storage.h | 2 +- include_product/media_tag.h | 2 +- include_product/media_video.h | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/include/media_audio.h b/include/media_audio.h index c17d8d6..3f30c6b 100755 --- a/include/media_audio.h +++ b/include/media_audio.h @@ -61,7 +61,7 @@ int audio_meta_clone(audio_meta_h *dst, audio_meta_h src); /** * @brief Destroys the audio metadata. * @details This function frees all resources related to the audio metadata handle. This handle - * no longer can be used to perform any operation. A new handle has to + * no longer can be used to perform any operations. A new handle has to * be created before the next use. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif diff --git a/include/media_bookmark.h b/include/media_bookmark.h index 2c3e1ca..93d208b 100755 --- a/include/media_bookmark.h +++ b/include/media_bookmark.h @@ -171,7 +171,7 @@ int media_bookmark_clone(media_bookmark_h *dst, media_bookmark_h src); /** * @brief Destroys a media bookmark. * @details This function frees all the resources related to the bookmark handle. This handle - * no longer can be used to perform any operation. A new handle has to + * no longer can be used to perform any operations. A new handle has to * be created before the next use. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif diff --git a/include/media_face.h b/include/media_face.h index 4f7596b..4c879fe 100755 --- a/include/media_face.h +++ b/include/media_face.h @@ -63,7 +63,7 @@ int media_face_clone(media_face_h *dst, media_face_h src); /** * @brief Destroys the media face handle. * @details Function frees all resources related to media face handle. This - * handle no longer can be used to perform any operation. New handle has to + * handle no longer can be used to perform any operations. New handle has to * be created before next usage. * * @since_tizen 3.0 diff --git a/include/media_filter.h b/include/media_filter.h index 4a07385..c0cef94 100755 --- a/include/media_filter.h +++ b/include/media_filter.h @@ -64,7 +64,7 @@ int media_filter_create(filter_h *filter); /** * @brief Destroys a media filter handle. * @details The function frees all resources related to the media filter handle. The filter - * handle no longer can be used to perform any operation. A new filter handle + * handle no longer can be used to perform any operations. A new filter handle * has to be created before the next usage. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif diff --git a/include/media_folder.h b/include/media_folder.h index d4d9638..598db8e 100755 --- a/include/media_folder.h +++ b/include/media_folder.h @@ -183,7 +183,7 @@ int media_folder_clone(media_folder_h *dst, media_folder_h src); /** * @brief Destroys the media folder. * @details The function frees all resources related to the folder handle. This handle - * no longer can be used to perform any operation. A new handle has to + * no longer can be used to perform any operations. A new handle has to * be created before the next use. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif diff --git a/include/media_group.h b/include/media_group.h index 34a0f21..4586770 100755 --- a/include/media_group.h +++ b/include/media_group.h @@ -146,7 +146,7 @@ int media_album_foreach_media_from_db(int album_id, filter_h filter, media_info_ /** * @brief Destroys the album handle. * @details This function frees all resources related to the album handle. This handle - * can no longer be used to perform any operation. A new handle has to + * can no longer be used to perform any operations. A new handle has to * be created before the next use. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif diff --git a/include/media_image.h b/include/media_image.h index 8e8ff9a..bb3bd5e 100755 --- a/include/media_image.h +++ b/include/media_image.h @@ -62,7 +62,7 @@ int image_meta_clone(image_meta_h *dst, image_meta_h src); /** * @brief Destroys the image metadata. * @details The function frees all resources related to the image metadata handle. This handle - * no longer can be used to perform any operation. A new handle has to + * no longer can be used to perform any operations. A new handle has to * be created before next usage. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif diff --git a/include/media_info.h b/include/media_info.h index a4eedfb..8918fa3 100755 --- a/include/media_info.h +++ b/include/media_info.h @@ -240,7 +240,7 @@ int media_info_delete_batch_from_db(filter_h filter) TIZEN_DEPRECATED_API; /** * @brief Destroys media info. * @details The function frees all resources related to the media info handle. This handle - * can no longer be used to perform any operation. New media info handle has to + * can no longer be used to perform any operations. New media info handle has to * be created before the next usage. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif diff --git a/include/media_playlist.h b/include/media_playlist.h index abed7d2..e1b6da1 100755 --- a/include/media_playlist.h +++ b/include/media_playlist.h @@ -231,7 +231,7 @@ int media_playlist_get_playlist_from_db(int playlist_id, media_playlist_h *playl /** * @brief Destroys a playlist handle. * @details This function frees all resources related to the playlist handle. This - * handle no longer can be used to perform any operation. A new handle has to + * handle no longer can be used to perform any operations. A new handle has to * be created before next usage. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif diff --git a/include/media_storage.h b/include/media_storage.h index b141c51..7821363 100755 --- a/include/media_storage.h +++ b/include/media_storage.h @@ -176,7 +176,7 @@ int media_storage_foreach_media_from_db(const char *storage_id, filter_h filter, /** * @brief Destroys media storage handle. * @details The function frees all resources related to the media storage handle. This handle - * can no longer be used to perform any operation. New media storage handle has to + * can no longer be used to perform any operations. New media storage handle has to * be created before the next usage. * * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif diff --git a/include/media_tag.h b/include/media_tag.h index 49fbf1b..d87027c 100755 --- a/include/media_tag.h +++ b/include/media_tag.h @@ -230,7 +230,7 @@ int media_tag_clone(media_tag_h *dst, media_tag_h src); /** * @brief Destroys the media tag. * @details This function frees all resources related to the tag handle. The tag handle can no longer - * be used for any operation. A new tag handle has to be created before next usage. + * be used for any operations. A new tag handle has to be created before next usage. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * diff --git a/include/media_video.h b/include/media_video.h index 978c9ab..6930747 100755 --- a/include/media_video.h +++ b/include/media_video.h @@ -61,7 +61,7 @@ int video_meta_clone(video_meta_h *dst, video_meta_h src); /** * @brief Destroys the video metadata. * @details This function frees all resources related to the video metadata handle. This handle - * no longer can be used to perform any operation. A new handle has to + * no longer can be used to perform any operations. A new handle has to * be created before the next use. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif diff --git a/include_product/media_audio.h b/include_product/media_audio.h index c17d8d6..3f30c6b 100755 --- a/include_product/media_audio.h +++ b/include_product/media_audio.h @@ -61,7 +61,7 @@ int audio_meta_clone(audio_meta_h *dst, audio_meta_h src); /** * @brief Destroys the audio metadata. * @details This function frees all resources related to the audio metadata handle. This handle - * no longer can be used to perform any operation. A new handle has to + * no longer can be used to perform any operations. A new handle has to * be created before the next use. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif diff --git a/include_product/media_bookmark.h b/include_product/media_bookmark.h index 2c3e1ca..93d208b 100755 --- a/include_product/media_bookmark.h +++ b/include_product/media_bookmark.h @@ -171,7 +171,7 @@ int media_bookmark_clone(media_bookmark_h *dst, media_bookmark_h src); /** * @brief Destroys a media bookmark. * @details This function frees all the resources related to the bookmark handle. This handle - * no longer can be used to perform any operation. A new handle has to + * no longer can be used to perform any operations. A new handle has to * be created before the next use. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif diff --git a/include_product/media_face.h b/include_product/media_face.h index 4f7596b..4c879fe 100755 --- a/include_product/media_face.h +++ b/include_product/media_face.h @@ -63,7 +63,7 @@ int media_face_clone(media_face_h *dst, media_face_h src); /** * @brief Destroys the media face handle. * @details Function frees all resources related to media face handle. This - * handle no longer can be used to perform any operation. New handle has to + * handle no longer can be used to perform any operations. New handle has to * be created before next usage. * * @since_tizen 3.0 diff --git a/include_product/media_filter.h b/include_product/media_filter.h index 4a07385..c0cef94 100755 --- a/include_product/media_filter.h +++ b/include_product/media_filter.h @@ -64,7 +64,7 @@ int media_filter_create(filter_h *filter); /** * @brief Destroys a media filter handle. * @details The function frees all resources related to the media filter handle. The filter - * handle no longer can be used to perform any operation. A new filter handle + * handle no longer can be used to perform any operations. A new filter handle * has to be created before the next usage. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif diff --git a/include_product/media_folder.h b/include_product/media_folder.h index d4d9638..598db8e 100755 --- a/include_product/media_folder.h +++ b/include_product/media_folder.h @@ -183,7 +183,7 @@ int media_folder_clone(media_folder_h *dst, media_folder_h src); /** * @brief Destroys the media folder. * @details The function frees all resources related to the folder handle. This handle - * no longer can be used to perform any operation. A new handle has to + * no longer can be used to perform any operations. A new handle has to * be created before the next use. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif diff --git a/include_product/media_group.h b/include_product/media_group.h index 34a0f21..4586770 100755 --- a/include_product/media_group.h +++ b/include_product/media_group.h @@ -146,7 +146,7 @@ int media_album_foreach_media_from_db(int album_id, filter_h filter, media_info_ /** * @brief Destroys the album handle. * @details This function frees all resources related to the album handle. This handle - * can no longer be used to perform any operation. A new handle has to + * can no longer be used to perform any operations. A new handle has to * be created before the next use. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif diff --git a/include_product/media_image.h b/include_product/media_image.h index 8e8ff9a..bb3bd5e 100755 --- a/include_product/media_image.h +++ b/include_product/media_image.h @@ -62,7 +62,7 @@ int image_meta_clone(image_meta_h *dst, image_meta_h src); /** * @brief Destroys the image metadata. * @details The function frees all resources related to the image metadata handle. This handle - * no longer can be used to perform any operation. A new handle has to + * no longer can be used to perform any operations. A new handle has to * be created before next usage. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif diff --git a/include_product/media_info.h b/include_product/media_info.h index a4eedfb..8918fa3 100755 --- a/include_product/media_info.h +++ b/include_product/media_info.h @@ -240,7 +240,7 @@ int media_info_delete_batch_from_db(filter_h filter) TIZEN_DEPRECATED_API; /** * @brief Destroys media info. * @details The function frees all resources related to the media info handle. This handle - * can no longer be used to perform any operation. New media info handle has to + * can no longer be used to perform any operations. New media info handle has to * be created before the next usage. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif diff --git a/include_product/media_playlist.h b/include_product/media_playlist.h index abed7d2..e1b6da1 100755 --- a/include_product/media_playlist.h +++ b/include_product/media_playlist.h @@ -231,7 +231,7 @@ int media_playlist_get_playlist_from_db(int playlist_id, media_playlist_h *playl /** * @brief Destroys a playlist handle. * @details This function frees all resources related to the playlist handle. This - * handle no longer can be used to perform any operation. A new handle has to + * handle no longer can be used to perform any operations. A new handle has to * be created before next usage. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif diff --git a/include_product/media_storage.h b/include_product/media_storage.h index b141c51..7821363 100755 --- a/include_product/media_storage.h +++ b/include_product/media_storage.h @@ -176,7 +176,7 @@ int media_storage_foreach_media_from_db(const char *storage_id, filter_h filter, /** * @brief Destroys media storage handle. * @details The function frees all resources related to the media storage handle. This handle - * can no longer be used to perform any operation. New media storage handle has to + * can no longer be used to perform any operations. New media storage handle has to * be created before the next usage. * * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif diff --git a/include_product/media_tag.h b/include_product/media_tag.h index 49fbf1b..d87027c 100755 --- a/include_product/media_tag.h +++ b/include_product/media_tag.h @@ -230,7 +230,7 @@ int media_tag_clone(media_tag_h *dst, media_tag_h src); /** * @brief Destroys the media tag. * @details This function frees all resources related to the tag handle. The tag handle can no longer - * be used for any operation. A new tag handle has to be created before next usage. + * be used for any operations. A new tag handle has to be created before next usage. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * diff --git a/include_product/media_video.h b/include_product/media_video.h index 978c9ab..6930747 100755 --- a/include_product/media_video.h +++ b/include_product/media_video.h @@ -61,7 +61,7 @@ int video_meta_clone(video_meta_h *dst, video_meta_h src); /** * @brief Destroys the video metadata. * @details This function frees all resources related to the video metadata handle. This handle - * no longer can be used to perform any operation. A new handle has to + * no longer can be used to perform any operations. A new handle has to * be created before the next use. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif -- 2.7.4