From e1ea35425216af866d94180cc7e594e54f7f4989 Mon Sep 17 00:00:00 2001 From: Hyunho Kang Date: Tue, 10 Sep 2019 17:20:11 +0900 Subject: [PATCH] Modify native api name (#1007) Signed-off-by: hyunho --- .../Interop/Interop.AppControl.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tizen.Applications.ComponentBased/Interop/Interop.AppControl.cs b/src/Tizen.Applications.ComponentBased/Interop/Interop.AppControl.cs index 411047eda..313ed486f 100644 --- a/src/Tizen.Applications.ComponentBased/Interop/Interop.AppControl.cs +++ b/src/Tizen.Applications.ComponentBased/Interop/Interop.AppControl.cs @@ -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); } } -- 2.34.1