From: Hyunho Kang Date: Tue, 10 Sep 2019 08:20:11 +0000 (+0900) Subject: Modify native api name (#1007) X-Git-Tag: submit/tizen/20190911.005213~1^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1ea35425216af866d94180cc7e594e54f7f4989;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Modify native api name (#1007) Signed-off-by: hyunho --- 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); } }