/**
* @brief Enumeration for input method manager function error.
- * @since_tizen @if MOBILE 2.4 @else 3.0 @endif
+ * @since_tizen 2.4
*/
typedef enum {
IME_MANAGER_ERROR_NONE = TIZEN_ERROR_NONE, /**< Successful */
/**
* @brief Requests to open the installed IME list menu.
* @details This function provides the installed IME list menu for the IME developers who might want to open it to enable their IME.
- * @since_tizen @if MOBILE 2.4 @else 3.0 @endif
+ * @since_tizen 2.4
* @privlevel public
* @privilege %http://tizen.org/privilege/imemanager
* @return @c 0 on success,
/**
* @brief Requests to open the IME selector menu.
* @details This function provides the IME selector menu for the IME or other application developers who might want to change the default IME.
- * @since_tizen @if MOBILE 2.4 @else 3.0 @endif
+ * @since_tizen 2.4
* @privlevel public
* @privilege %http://tizen.org/privilege/imemanager
* @return @c 0 on success,
/**
* @brief Checks if the specific IME is enabled or disabled in the system keyboard setting.
* @details The IME developers can use this function to check their IME is enabled or not.
- * @since_tizen @if MOBILE 2.4 @else 3.0 @endif
+ * @since_tizen 2.4
* @privlevel public
* @privilege %http://tizen.org/privilege/imemanager
* @param[in] app_id The application ID of the IME
/**
* @brief Checks which IME is the current activated (selected) IME.
- * @since_tizen @if MOBILE 2.4 @else 3.0 @endif
+ * @since_tizen 2.4
* @privlevel public
* @privilege %http://tizen.org/privilege/imemanager
* @remarks @a app_id must be released using free().