[3.0]Deprecate the public APIs taking Image Handle as input 40/96440/1 accepted/tizen/3.0/common/20161114.143206 accepted/tizen/3.0/ivi/20161110.071758 accepted/tizen/3.0/mobile/20161110.071548 accepted/tizen/3.0/tv/20161110.071657 accepted/tizen/3.0/wearable/20161110.071725 submit/tizen_3.0/20161110.051014 submit/tizen_3.0_common/20161114.081136
authorXiangyin Ma <x1.ma@samsung.com>
Wed, 28 Sep 2016 10:59:19 +0000 (11:59 +0100)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 9 Nov 2016 04:47:56 +0000 (13:47 +0900)
Change-Id: I699b771167a097f611c6135dcf405df16112d2a5

dali-toolkit/public-api/controls/control.h
dali-toolkit/public-api/controls/image-view/image-view.h

index 9acc84e..761fe7b 100644 (file)
@@ -329,6 +329,8 @@ public:
   Vector4 GetBackgroundColor() const;
 
   /**
+   * @DEPRECATED_1_2_8, use Property::BACKGROUND instead
+   *
    * @brief Sets an image as the background of the control.
    *
    * @SINCE_1_0.0
index 56b0f5f..3a3ddbc 100644 (file)
@@ -125,6 +125,8 @@ public:
   static ImageView New();
 
   /**
+   * @DEPRECATED_1_2_8, use New( const std::string& ) instead.
+   *
    * @brief Create an initialized ImageView from an Image instance.
    *
    * If the handle is empty, ImageView will not display anything.
@@ -200,6 +202,8 @@ public:
   static ImageView DownCast( BaseHandle handle );
 
   /**
+   * @DEPRECATED_1_2_8, use SetImage( const std::string& ) instead.
+   *
    * @brief Sets this ImageView from an Image instance.
    *
    * If the handle is empty, ImageView will display nothing