From: Jihoon Kim Date: Tue, 5 Dec 2023 07:34:19 +0000 (+0900) Subject: Remove wearable API version notation X-Git-Tag: accepted/tizen/unified/20231206.103835~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a3921d7bd347b77c631763254171220712cd7af;p=platform%2Fcore%2Fapi%2Finputmethod-manager.git Remove wearable API version notation Change-Id: If5d1edde723e43ad8d2b5f86c37f9425f7794f55 Signed-off-by: Jihoon Kim --- diff --git a/include/inputmethod_manager.h b/include/inputmethod_manager.h index 615aaa7..5049f60 100755 --- a/include/inputmethod_manager.h +++ b/include/inputmethod_manager.h @@ -37,7 +37,7 @@ extern "C" { /** * @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 */ @@ -50,7 +50,7 @@ typedef enum { /** * @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, @@ -66,7 +66,7 @@ int ime_manager_show_ime_list(void); /** * @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, @@ -82,7 +82,7 @@ int ime_manager_show_ime_selector(void); /** * @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 @@ -100,7 +100,7 @@ int ime_manager_is_ime_enabled(const char *app_id, bool *enabled); /** * @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().