summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaejeong Kim <backto.kim@samsung.com>2015-06-12 08:27:04 +0900
committerHaejeong Kim <backto.kim@samsung.com>2015-06-12 08:27:04 +0900
commitf268e8edcfab07ca50837cd6b2f8c95e51956130 (patch)
tree7dc093cc7fe39f9e6688558c9a0afba35431acf2
parent69f175c58250c37927341a058757324617d7cb0a (diff)
downloadmedia-content-tizen_3.0.2015.q2_common.tar.gz
media-content-tizen_3.0.2015.q2_common.tar.bz2
media-content-tizen_3.0.2015.q2_common.zip
Change-Id: If0a5177c9323d17e560b88400db28f08d26f904f
-rwxr-xr-xinclude/media_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media_info.h b/include/media_info.h
index cbead5c..029787f 100755
--- a/include/media_info.h
+++ b/include/media_info.h
@@ -195,7 +195,7 @@ int media_info_insert_burst_shot_to_db(const char **path_array,unsigned int arra
int media_info_delete_from_db(const char *media_id);
/**
- * @brief Deletes media files from the media database.
+ * @brief Deletes media files from the media database.
* The media files for deletion can be specified as a condition in a filter.
* @details This function deletes the media items from the content storage.
* Normally, deleting media files in the database are done automatically by the media server, without calling this function.