X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fdali-swig%2FSWIG%2Fevents%2Fimage-event.i;h=6aff41b5717033da45c213b5343200ec5aaa1e3f;hb=b7d35fcb8b551c9c38e3b5a225aecef43ca98bdb;hp=e42b869265fe228d50d28630626334212ede7c67;hpb=9d962edfc2200e02b0db2b00250e875805624918;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/plugins/dali-swig/SWIG/events/image-event.i b/plugins/dali-swig/SWIG/events/image-event.i index e42b869..6aff41b 100644 --- a/plugins/dali-swig/SWIG/events/image-event.i +++ b/plugins/dali-swig/SWIG/events/image-event.i @@ -52,19 +52,16 @@ public class UploadedEventArgs : EventArgs } [UnmanagedFunctionPointer(CallingConvention.StdCall)] - public delegate void UploadedEventHandler(object source, UploadedEventArgs e); - - [UnmanagedFunctionPointer(CallingConvention.StdCall)] private delegate void UploadedEventCallbackDelegate(IntPtr image); - private UploadedEventHandler _imageUploadedEventHandler; + private DaliEventHandler _imageUploadedEventHandler; private UploadedEventCallbackDelegate _imageUploadedEventCallbackDelegate; /** * @brief Event for Uploaded signal which can be used to subscribe/unsubscribe the event handler - * (in the type of UploadedEventHandler) provided by the user. - * Uploaded signal is emitted when the image data gets uploaded to GL. + * (in the type of UploadedEventHandler-DaliEventHandler) + * provided by the user. Uploaded signal is emitted when the image data gets uploaded to GL. */ - public event UploadedEventHandler Uploaded + public event DaliEventHandler Uploaded { add {