[Tizen] Binds GetcurrentProperty 66/292966/1
authorseungho baek <sbsh.baek@samsung.com>
Mon, 15 May 2023 06:48:59 +0000 (15:48 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Thu, 18 May 2023 00:50:24 +0000 (09:50 +0900)
Change-Id: Ibbee93db81eaee6b57579ee5d389014d8d06725f
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
dali-csharp-binder/src/dali-wrap.cpp

index 3de1b63..396e00e 100644 (file)
@@ -12871,6 +12871,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 ;