From: Joogab Yun Date: Tue, 26 Sep 2017 07:19:33 +0000 (+0900) Subject: [4.0] When native image is destroyed, It call TriggerEventInterface X-Git-Tag: accepted/tizen/4.0/unified/20171010.163010^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=9b15d29195c609d5865bc8481ad45d4ca33e6894;p=platform%2Fcore%2Fuifw%2Fdali-core.git [4.0] When native image is destroyed, It call TriggerEventInterface callback Change-Id: Icf4a553456639e3bfcd0165aa863f5771d4b5f48 --- diff --git a/dali/devel-api/images/native-image-interface-extension.h b/dali/devel-api/images/native-image-interface-extension.h index dfc60d4..0cade82 100644 --- a/dali/devel-api/images/native-image-interface-extension.h +++ b/dali/devel-api/images/native-image-interface-extension.h @@ -64,6 +64,12 @@ public: return NULL; } + /* + * @brief When native image is destroyed, Call TriggerEventInterface callback. + * + */ + virtual void SetDestructorNotification(void* notification) = 0; + protected: /**