Fix csharp-binder build error 14/210814/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Thu, 25 Jul 2019 04:42:44 +0000 (13:42 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Thu, 25 Jul 2019 04:43:58 +0000 (13:43 +0900)
- Because there's using an old API in InputMethodContext,
 there would be a build fail.
- Fixed to use the correct API

Change-Id: I2d3bb9f369a7b89d8a189add8483e17b3c71e72c
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
dali-csharp-binder/src/input-method-context.cpp

index cb8542a..822687a 100755 (executable)
@@ -1239,7 +1239,7 @@ SWIGEXPORT void SWIGSTDCALL CSharp_Dali_InputMethodContext_SetMIMEType(void * ja
   arg2 = &arg2_str;
   {
     try {
-      (arg1)->SetMIMEType((std::string const &)*arg2);
+      (arg1)->SetContentMIMETypes((std::string const &)*arg2);
     } catch (std::out_of_range& e) {
       {
         SWIG_CSharpException(SWIG_IndexError, const_cast<char*>(e.what())); return ;