Expose ime_request_hide() API as public API 39/184039/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 13 Jul 2018 07:12:58 +0000 (16:12 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 13 Jul 2018 07:12:58 +0000 (16:12 +0900)
Change-Id: Idf4fcc013cfa98cfaa77f3bb84c4fd4cb2643c6f
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
include/inputmethod.h
include/inputmethod_internal.h

index b621acc..e9fa057 100644 (file)
@@ -2407,6 +2407,22 @@ int ime_set_floating_drag_end(void);
 int ime_event_set_prediction_hint_data_set_cb(ime_prediction_hint_data_set_cb callback_func, void *user_data);
 
 /**
+ * @brief Sends the request to hide IME.
+ *
+ * @since_tizen 5.0
+ *
+ * @privlevel public
+ *
+ * @privilege %http://tizen.org/privilege/ime
+ *
+ * @return 0 on success, otherwise a negative error value
+ * @retval #IME_ERROR_NONE No error
+ * @retval #IME_ERROR_PERMISSION_DENIED The application does not have the privilege to call this function
+ * @retval #IME_ERROR_NOT_RUNNING IME main loop isn't started yet
+ */
+int ime_request_hide();
+
+/**
  * @}
  */
 
index 7ff13ad..e21b103 100644 (file)
@@ -282,20 +282,6 @@ int ime_select_candidate(unsigned int index);
 int ime_update_input_context(unsigned int type, unsigned int value);
 
 /**
- * @brief Send the request to hide IME.
- *
- * @since_tizen 3.0
- *
- * @privilege %http://tizen.org/privilege/ime
- *
- * @return 0 on success, otherwise a negative error value
- * @retval #IME_ERROR_NONE No error
- * @retval #IME_ERROR_PERMISSION_DENIED The application does not have the privilege to call this function
- * @retval #IME_ERROR_NOT_RUNNING IME main loop isn't started yet
- */
-int ime_request_hide();
-
-/**
  * @brief Explicitly request IME to initialize
  *
  * @details When using ime_run API, the initialize / prepare / finalize procedures