X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fmedia_book.c;h=9fab1c9d6269a3ebddcc20dd818622cead69bf1c;hb=4397f5e80fbf4fc6c4d5e81fdd5aa70503c921ee;hp=507488c6eb22f23751d264e3063d528250bfe7bd;hpb=d73fc79282be88e173519f060ca9cabbc4c9724c;p=platform%2Fcore%2Fapi%2Fmedia-content.git diff --git a/src/media_book.c b/src/media_book.c index 507488c..9fab1c9 100644 --- a/src/media_book.c +++ b/src/media_book.c @@ -89,6 +89,7 @@ int book_meta_get_author(book_meta_h book, char **author) return MEDIA_CONTENT_ERROR_NONE; } +// LCOV_EXCL_START int book_meta_get_date(book_meta_h book, char **date) { content_warn("DEPRECATION WARNING: book_meta_get_date() is deprecated and will be removed from next release."); @@ -114,6 +115,7 @@ int book_meta_get_publisher(book_meta_h book, char **publisher) return MEDIA_CONTENT_ERROR_NONE; } +// LCOV_EXCL_STOP int book_meta_get_path_with_keyword(const char *keyword, char ***path_list, unsigned int *len) {