summaryrefslogtreecommitdiff
path: root/src/include/common/media-svc-media.h
diff options
context:
space:
mode:
authorMinje Ahn <minje.ahn@samsung.com>2018-11-07 10:53:55 +0900
committerMinje Ahn <minje.ahn@samsung.com>2018-11-07 10:53:55 +0900
commite4418fdfe2952ab895ef475d18920683ec82bfab (patch)
treea7c269ed45ad9db112d9205b7c7a49db2df3aa60 /src/include/common/media-svc-media.h
parent04b1e8eff9904c0b5429653e599fa7848897b700 (diff)
downloadlibmedia-service-e4418fdfe2952ab895ef475d18920683ec82bfab.tar.gz
libmedia-service-e4418fdfe2952ab895ef475d18920683ec82bfab.tar.bz2
libmedia-service-e4418fdfe2952ab895ef475d18920683ec82bfab.zip
[ACR-1308] Remove deprecated APIssubmit/tizen/20181122.233111
Change-Id: I153afe01ce343a6a9d84e26d874003e903c925ae Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Diffstat (limited to 'src/include/common/media-svc-media.h')
-rwxr-xr-xsrc/include/common/media-svc-media.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/common/media-svc-media.h b/src/include/common/media-svc-media.h
index 97e4d9d..f0e0f24 100755
--- a/src/include/common/media-svc-media.h
+++ b/src/include/common/media-svc-media.h
@@ -29,11 +29,10 @@
#include "media-svc-noti.h"
int _media_svc_count_record_with_path(sqlite3 *handle, const char *storage_id, const char *path, int *count);
-int _media_svc_insert_item_with_data(sqlite3 *handle, const char *storage_id, media_svc_content_info_s *content_info, int is_burst, bool stack_query, uid_t uid);
+int _media_svc_insert_item_with_data(sqlite3 *handle, const char *storage_id, media_svc_content_info_s *content_info, bool stack_query, uid_t uid);
int _media_svc_update_item_with_data(const char *storage_id, media_svc_content_info_s *content_info, uid_t uid);
int _media_svc_get_thumbnail_path_by_path(sqlite3 *handle, const char *path, char *thumbnail_path);
int _media_svc_get_media_type_by_path(sqlite3 *handle, const char *storage_id, const char *path, int *media_type);
-int _media_svc_get_burst_id(sqlite3 *handle, const char *storage_id, int *id);
int _media_svc_delete_item_by_path(const char *storage_id, const char *path, bool stack_query, uid_t uid);
int _media_svc_delete_invalid_items(sqlite3 *handle, const char *storage_id, media_svc_storage_type_e storage_type, uid_t uid);
int _media_svc_update_storage_item_validity(const char *storage_id, media_svc_storage_type_e storage_type, int validity, uid_t uid);