Add GetRenderThreadId binding 15/286015/2
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 26 Dec 2022 06:17:23 +0000 (15:17 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 26 Dec 2022 06:21:46 +0000 (15:21 +0900)
Change-Id: Ib7f6d01723acd3b5bbe732811d8a8f11b0e98820

dali-csharp-binder/src/application-wrap.cpp

index 2f3e072..31e9936 100644 (file)
@@ -1722,6 +1722,19 @@ SWIGEXPORT void* SWIGSTDCALL CSharp_Dali_Application_New_WithWindowSizePosition(
   return jresult;
 }
 
+SWIGEXPORT int32_t SWIGSTDCALL CSharp_Dali_Application_GetRenderThreadId(void* jarg1)
+{
+  Dali::Application* arg1 = (Dali::Application*)jarg1;
+
+  int32_t result;
+  try
+  {
+    result = Dali::DevelApplication::GetRenderThreadId(*arg1);
+  }
+  CALL_CATCH_EXCEPTION(0);
+  return result;
+}
+
 #ifdef __cplusplus
 }
 #endif