From: seungho baek Date: Mon, 15 May 2023 06:48:59 +0000 (+0900) Subject: Binds GetcurrentProperty X-Git-Tag: dali_2.2.27~2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F11%2F292811%2F1;p=platform%2Fcore%2Fuifw%2Fdali-csharp-binder.git Binds GetcurrentProperty Change-Id: Ibbee93db81eaee6b57579ee5d389014d8d06725f Signed-off-by: seungho baek --- diff --git a/dali-csharp-binder/src/dali-wrap.cpp b/dali-csharp-binder/src/dali-wrap.cpp index 29a4bc6a..fe710b1c 100644 --- a/dali-csharp-binder/src/dali-wrap.cpp +++ b/dali-csharp-binder/src/dali-wrap.cpp @@ -12725,6 +12725,25 @@ SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_Handle_GetProperty(void * jarg1, int j } +SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_Handle_GetCurrentProperty(void * jarg1, int jarg2) { + void * jresult ; + Dali::Handle *arg1 = (Dali::Handle *) 0 ; + Dali::Property::Index arg2 ; + Dali::Property::Value result; + + arg1 = (Dali::Handle *)jarg1; + arg2 = (Dali::Property::Index)jarg2; + { + try { + result = ((Dali::Handle const *)arg1)->GetCurrentProperty(arg2); + } CALL_CATCH_EXCEPTION(0); + } + + jresult = new Dali::Property::Value((const Dali::Property::Value &)result); + return jresult; +} + + SWIGEXPORT void SWIGSTDCALL CSharp_Dali_Handle_GetPropertyIndices(void * jarg1, void * jarg2) { Dali::Handle *arg1 = (Dali::Handle *) 0 ; Dali::Property::IndexContainer *arg2 = 0 ;