[4.0] When native image is destroyed, It call TriggerEventInterface 95/153595/1 accepted/tizen/4.0/unified/20171010.163010 accepted/tizen/4.0/unified/20171011.071820 submit/tizen_4.0/20171010.043359 submit/tizen_4.0/20171011.020858
authorJoogab Yun <joogab.yun@samsung.com>
Tue, 26 Sep 2017 07:19:33 +0000 (16:19 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Fri, 29 Sep 2017 01:39:29 +0000 (10:39 +0900)
callback

Change-Id: Icf4a553456639e3bfcd0165aa863f5771d4b5f48

dali/devel-api/images/native-image-interface-extension.h

index dfc60d4..0cade82 100644 (file)
@@ -64,6 +64,12 @@ public:
     return NULL;
   }
 
+  /*
+   * @brief When native image is destroyed, Call TriggerEventInterface callback.
+   *
+   */
+  virtual void SetDestructorNotification(void* notification) = 0;
+
 protected:
 
   /**