X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-swig%2FSWIG%2Fevents%2Ftimer-event.i;h=00dae5b8e1ebcf97fc3586158ce0c0cb52f1d0cc;hp=1604a0898d3e383722dfe8c3e0b6ccb4962a3591;hb=13f7f10f99c5253c500ffd644a1ac4a9039d4a07;hpb=02318dd256a2edbef78a37cd40e153279385cc94 diff --git a/plugins/dali-swig/SWIG/events/timer-event.i b/plugins/dali-swig/SWIG/events/timer-event.i index 1604a08..00dae5b 100644 --- a/plugins/dali-swig/SWIG/events/timer-event.i +++ b/plugins/dali-swig/SWIG/events/timer-event.i @@ -44,7 +44,7 @@ using System.Runtime.InteropServices; * (in the type of TickEventHandler-DaliEventHandlerWithReturnType) * provided by the user. Ticked signal is emitted after specified time interval. */ - public event DaliEventHandlerWithReturnType Ticked + public event DaliEventHandlerWithReturnType Tick { add { @@ -102,5 +102,5 @@ using System.Runtime.InteropServices; namespace Dali { - DALI_TIMER_EVENTHANDLER_PARAM( Dali::Adaptor, Timer); + DALI_TIMER_EVENTHANDLER_PARAM( Dali, Timer); }