X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-swig%2FSWIG%2Fsignal-parameters.i;h=e339809fbdb2a410f2d9a46c61804bf9a33054b9;hp=ffb8ec7fc845fb3c6081a1945749894919f8d50b;hb=refs%2Fchanges%2F15%2F112215%2F14;hpb=139f1932acd42bbc9ad3c89c86d4f500052e1ef1 diff --git a/plugins/dali-swig/SWIG/signal-parameters.i b/plugins/dali-swig/SWIG/signal-parameters.i index ffb8ec7..e339809 100644 --- a/plugins/dali-swig/SWIG/signal-parameters.i +++ b/plugins/dali-swig/SWIG/signal-parameters.i @@ -25,12 +25,12 @@ * Required to get access to any data passed as a parameter in a Signal ( in C# they are delegate parameters). * E.g. * - * CREATE_CSHARP_WRAPPER_FROM_C_PTR_FUNCTION( TouchData ); - * Creates a function called GetTouchDataFromPtr which allows you to: + * CREATE_CSHARP_WRAPPER_FROM_C_PTR_FUNCTION( Touch ); + * Creates a function called GetTouchFromPtr which allows you to: * * static void OnStageTouched(IntPtr data) * { - * TouchData touchData = TouchData.GetTouchDataFromPtr( data ); + * Touch touch = Touch.GetTouchFromPtr( data ); * } * * ## means concat in a SWIG macro @@ -54,14 +54,6 @@ DALI_CREATE_C_PTR_TO_CSHARP_FUNCTION( Dali, Actor ); DALI_CREATE_C_PTR_TO_CSHARP_FUNCTION( Dali, Image ); DALI_CREATE_C_PTR_TO_CSHARP_FUNCTION( Dali, ResourceImage ); DALI_CREATE_C_PTR_TO_CSHARP_FUNCTION( Dali, Animation ); -DALI_CREATE_C_PTR_TO_CSHARP_FUNCTION( Dali, TouchEvent ); -DALI_CREATE_C_PTR_TO_CSHARP_FUNCTION( Dali, TouchData ); -DALI_CREATE_C_PTR_TO_CSHARP_FUNCTION( Dali, WheelEvent ); -DALI_CREATE_C_PTR_TO_CSHARP_FUNCTION( Dali, KeyEvent ); -DALI_CREATE_C_PTR_TO_CSHARP_FUNCTION( Dali, LongPressGesture ); -DALI_CREATE_C_PTR_TO_CSHARP_FUNCTION( Dali, PanGesture ); -DALI_CREATE_C_PTR_TO_CSHARP_FUNCTION( Dali, PinchGesture ); -DALI_CREATE_C_PTR_TO_CSHARP_FUNCTION( Dali, TapGesture ); DALI_CREATE_C_PTR_TO_CSHARP_FUNCTION( Dali, PropertyNotification ); DALI_CREATE_C_PTR_TO_CSHARP_FUNCTION( Dali, BaseHandle ); DALI_CREATE_C_PTR_TO_CSHARP_FUNCTION( Dali, RefObject );