X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-swig%2Fmanual%2Fcsharp%2FDaliEventHandler.cs;h=f35c1dec13784fb04885b74ca2672b6e73a1c959;hp=53e832170a95627faf12e1c280eb534899585bef;hb=01bb79ad3a163f47b5b98ee2a89cbde8ddca9d3c;hpb=22b6cdee7ed55d63eac35b64b304fc771052fcee diff --git a/plugins/dali-swig/manual/csharp/DaliEventHandler.cs b/plugins/dali-swig/manual/csharp/DaliEventHandler.cs index 53e8321..f35c1de 100755 --- a/plugins/dali-swig/manual/csharp/DaliEventHandler.cs +++ b/plugins/dali-swig/manual/csharp/DaliEventHandler.cs @@ -23,13 +23,13 @@ namespace Dali { public delegate R DaliEventHandlerWithReturnType(T source, U e); [UnmanagedFunctionPointer(CallingConvention.StdCall)] - public delegate void EventCallbackDelegateType0(); + internal delegate void EventCallbackDelegateType0(); [UnmanagedFunctionPointer(CallingConvention.StdCall)] - public delegate void EventCallbackDelegateType1(T arg1); + internal delegate void EventCallbackDelegateType1(T arg1); [UnmanagedFunctionPointer(CallingConvention.StdCall)] - public delegate void EventCallbackDelegateType2(T arg1, U arg2); + internal delegate void EventCallbackDelegateType2(T arg1, U arg2); //this should be removed with EventHandler from .NET