[ACR-1820] Deprecate low usability fields
[platform/core/api/media-content.git] / include / media_book.h
index 6e39fde..0a5353d 100755 (executable)
@@ -133,6 +133,7 @@ int book_meta_get_subject(book_meta_h book, char **subject);
 int book_meta_get_author(book_meta_h book, char **author);
 
 /**
+ * @deprecated Deprecated since 9.0.
  * @brief Gets the publication date of the given book metadata.
  * @details If there is no information, @a date will be NULL.
  *
@@ -149,9 +150,10 @@ int book_meta_get_author(book_meta_h book, char **author);
  * @retval #MEDIA_CONTENT_ERROR_NONE              Successful
  * @retval #MEDIA_CONTENT_ERROR_INVALID_PARAMETER Invalid parameter
  */
-int book_meta_get_date(book_meta_h book, char **date);
+int book_meta_get_date(book_meta_h book, char **date) TIZEN_DEPRECATED_API;
 
 /**
+ * @deprecated Deprecated since 9.0.
  * @brief Gets the publisher notice of the given book metadata.
  * @details If there is no information, @a publisher will be NULL.
  *
@@ -168,7 +170,7 @@ int book_meta_get_date(book_meta_h book, char **date);
  * @retval #MEDIA_CONTENT_ERROR_NONE              Successful
  * @retval #MEDIA_CONTENT_ERROR_INVALID_PARAMETER Invalid parameter
  */
-int book_meta_get_publisher(book_meta_h book, char **publisher);
+int book_meta_get_publisher(book_meta_h book, char **publisher) TIZEN_DEPRECATED_API;
 
 /**
  * @brief Gets a list of paths to ebooks which contain a given keyword.