Change deprecated to 8.0
[platform/core/api/maps-service.git] / include / maps_place_image_plugin.h
index b277afa..ae794d7 100644 (file)
@@ -20,7 +20,6 @@
 #include <maps_place_image.h>
 
 /**
- * @deprecated Deprecated since 7.5.
  * @ingroup CAPI_MAPS_PLUGIN_PLACE_MODULE
  * @defgroup CAPI_MAPS_PLUGIN_PLACE_IMAGE_MODULE Image
  *
@@ -39,7 +38,7 @@ extern "C" {
 #endif
 
 /**
- * @deprecated Deprecated since 7.5.
+ * @deprecated Deprecated since 8.0.
  * @brief Creates a new place image handle.
  * @details This function creates a new place image handle and allocates all
  * needed resources.
@@ -57,10 +56,10 @@ extern "C" {
  * @see maps_place_image_destroy()
  * @see maps_place_image_clone()
  */
-int maps_place_image_create(maps_place_image_h *image);
+int maps_place_image_create(maps_place_image_h *image) TIZEN_DEPRECATED_API;
 
 /**
- * @deprecated Deprecated since 7.5.
+ * @deprecated Deprecated since 8.0.
  * @brief Sets the place image ID.
  * @details This function sets the place image ID.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 2.3.2 @endif
@@ -77,10 +76,10 @@ int maps_place_image_create(maps_place_image_h *image);
  * @see maps_place_image_create()
  * @see maps_place_image_get_id()
  */
-int maps_place_image_set_id(maps_place_image_h image, const char *id);
+int maps_place_image_set_id(maps_place_image_h image, const char *id) TIZEN_DEPRECATED_API;
 
 /**
- * @deprecated Deprecated since 7.5.
+ * @deprecated Deprecated since 8.0.
  * @brief Sets the place image URL.
  * @details This function sets the place image URL.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 2.3.2 @endif
@@ -97,10 +96,10 @@ int maps_place_image_set_id(maps_place_image_h image, const char *id);
  * @see maps_place_image_create()
  * @see maps_place_image_get_url()
  */
-int maps_place_image_set_url(maps_place_image_h image, const char *url);
+int maps_place_image_set_url(maps_place_image_h image, const char *url) TIZEN_DEPRECATED_API;
 
 /**
- * @deprecated Deprecated since 7.5.
+ * @deprecated Deprecated since 8.0.
  * @brief Sets the place image width.
  * @details This function sets the place image width.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 2.3.2 @endif
@@ -117,10 +116,10 @@ int maps_place_image_set_url(maps_place_image_h image, const char *url);
  * @see maps_place_image_create()
  * @see maps_place_image_get_width()
  */
-int maps_place_image_set_width(maps_place_image_h image, const int width);
+int maps_place_image_set_width(maps_place_image_h image, const int width) TIZEN_DEPRECATED_API;
 
 /**
- * @deprecated Deprecated since 7.5.
+ * @deprecated Deprecated since 8.0.
  * @brief Sets the place image height.
  * @details This function sets the place image height.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 2.3.2 @endif
@@ -137,10 +136,10 @@ int maps_place_image_set_width(maps_place_image_h image, const int width);
  * @see maps_place_image_create()
  * @see maps_place_image_get_height()
  */
-int maps_place_image_set_height(maps_place_image_h image, const int height);
+int maps_place_image_set_height(maps_place_image_h image, const int height) TIZEN_DEPRECATED_API;
 
 /**
- * @deprecated Deprecated since 7.5.
+ * @deprecated Deprecated since 8.0.
  * @brief Sets the place image user link.
  * @details This function sets the place image user link.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 2.3.2 @endif
@@ -158,10 +157,10 @@ int maps_place_image_set_height(maps_place_image_h image, const int height);
  * @see maps_place_image_get_user_link()
  * @see #maps_place_link_object_h
  */
-int maps_place_image_set_user_link(maps_place_image_h image, const maps_place_link_object_h user);
+int maps_place_image_set_user_link(maps_place_image_h image, const maps_place_link_object_h user) TIZEN_DEPRECATED_API;
 
 /**
- * @deprecated Deprecated since 7.5.
+ * @deprecated Deprecated since 8.0.
  * @brief Sets the place image media.
  * @details This function sets the place image media.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 2.3.2 @endif
@@ -179,7 +178,7 @@ int maps_place_image_set_user_link(maps_place_image_h image, const maps_place_li
  * @see maps_place_image_get_media()
  * @see #maps_place_media_h
  */
-int maps_place_image_set_media(maps_place_image_h image, const maps_place_media_h media);
+int maps_place_image_set_media(maps_place_image_h image, const maps_place_media_h media) TIZEN_DEPRECATED_API;
 
 #ifdef __cplusplus
 }