projects
/
platform
/
core
/
csapi
/
tizenfx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0844f0e
)
[NUI] Deprecate InputMethodContext public constructor (#1433)
author
Jiyun Yang
<ji.yang@samsung.com>
Mon, 2 Mar 2020 05:03:02 +0000
(14:03 +0900)
committer
GitHub
<noreply@github.com>
Mon, 2 Mar 2020 05:03:02 +0000
(14:03 +0900)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
src/Tizen.NUI/src/public/InputMethodContext.cs
patch
|
blob
|
history
diff --git
a/src/Tizen.NUI/src/public/InputMethodContext.cs
b/src/Tizen.NUI/src/public/InputMethodContext.cs
index
11dead8
..
04993f1
100755
(executable)
--- a/
src/Tizen.NUI/src/public/InputMethodContext.cs
+++ b/
src/Tizen.NUI/src/public/InputMethodContext.cs
@@
-40,6
+40,8
@@
namespace Tizen.NUI
/// Constructor.<br/>
/// </summary>
/// <since_tizen> 5 </since_tizen>
+ /// This will be deprecated
+ [Obsolete("Deprecated in API8; Will be removed in API10")]
public InputMethodContext() : this(Interop.InputMethodContext.InputMethodContext_New(), true)
{
if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();