summaryrefslogtreecommitdiff
path: root/Tizen.Uix.InputMethodManager/Interop/Interop.InputMethodManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Tizen.Uix.InputMethodManager/Interop/Interop.InputMethodManager.cs')
-rwxr-xr-xTizen.Uix.InputMethodManager/Interop/Interop.InputMethodManager.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/Tizen.Uix.InputMethodManager/Interop/Interop.InputMethodManager.cs b/Tizen.Uix.InputMethodManager/Interop/Interop.InputMethodManager.cs
index 7f52165..e6a5882 100755
--- a/Tizen.Uix.InputMethodManager/Interop/Interop.InputMethodManager.cs
+++ b/Tizen.Uix.InputMethodManager/Interop/Interop.InputMethodManager.cs
@@ -54,5 +54,8 @@ internal static partial class Interop
[DllImport(Libraries.InputMethodManager, EntryPoint = "ime_manager_get_enabled_ime_count")]
internal static extern int ImeManagerGetEnabledImeCount();
+
+ [DllImport(Libraries.InputMethodManager, EntryPoint = "ime_manager_prelaunch_ime")]
+ internal static extern ErrorCode ImeManagerPrelaunchIme();
}
-} \ No newline at end of file
+}