Modify native api name (#1007)
authorHyunho Kang <hhstark.kang@samsung.com>
Tue, 10 Sep 2019 08:20:11 +0000 (17:20 +0900)
committerGitHub <noreply@github.com>
Tue, 10 Sep 2019 08:20:11 +0000 (17:20 +0900)
Signed-off-by: hyunho <hhstark.kang@samsung.com>
src/Tizen.Applications.ComponentBased/Interop/Interop.AppControl.cs

index 411047e..313ed48 100644 (file)
@@ -8,7 +8,7 @@ internal static partial class Interop
 {
     internal static partial class AppControl
     {
-        [DllImport(Libraries.AppControl, EntryPoint = "app_control_set_caller_instance_compId")]
+        [DllImport(Libraries.AppControl, EntryPoint = "app_control_set_caller_instance_id")]
         internal static extern int SetCallerInstanceId(SafeAppControlHandle appControl, string instanceId);
     }
 }