X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fdali-swig%2FSWIG%2Fevents%2Ftimer-event.i;h=00dae5b8e1ebcf97fc3586158ce0c0cb52f1d0cc;hb=b7d35fcb8b551c9c38e3b5a225aecef43ca98bdb;hp=1604a0898d3e383722dfe8c3e0b6ccb4962a3591;hpb=42e7afe4c696ad3a3f015f7538c29b6ef49b5a27;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git 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); }