Add to search ebooks with keywords
[platform/core/multimedia/libmedia-service.git] / include / media-svc.h
index 1398b02..94bb2fc 100755 (executable)
@@ -75,6 +75,8 @@ int media_svc_send_query(uid_t uid);
 int media_svc_get_media_type(const char *path, int *mediatype);
 int media_svc_create_thumbnail(const char *file_path, int media_type, uid_t uid, char **thumbnail_path);
 
+int media_svc_get_book_by_keyword(sqlite3 *handle, const char *keyword, GList **result);
+
 #ifdef __cplusplus
 }
 #endif