[NUI] Add ImageUrl
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / Interop / Interop.NativeImageSource.cs
index 6a14e44..a2318c1 100755 (executable)
@@ -42,7 +42,7 @@ namespace Tizen.NUI
             public static extern bool ReleaseBuffer(IntPtr jarg1);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_NativeImageSource_GenerateUrl")]
-            public static extern string GenerateUrl(IntPtr handle);
+            public static extern IntPtr GenerateUrl(IntPtr handle);
         }
     }
 }