Add AllowTextPrediction/IsTextPredictionAllowed api
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / input-method-options.h
index 942ced1..27f93e8 100644 (file)
@@ -2,7 +2,7 @@
 #define __DALI_VIRTUAL_KEYBOARD_OPTIONS_H__
 
 /*
- * Copyright (c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@
 #include <dali/public-api/object/property-map.h>
 
 // INTERNAL INCLUDES
-#include <dali/devel-api/adaptor-framework/input-method-devel.h>
+#include <dali/public-api/adaptor-framework/input-method.h>
 
 namespace Dali
 {
@@ -32,7 +32,7 @@ namespace Dali
 /**
  * Class to handle the Input Method options
  */
-class DALI_IMPORT_API InputMethodOptions
+class DALI_ADAPTOR_API InputMethodOptions
 {
 public: