From: Inhong Han Date: Tue, 10 Sep 2024 00:40:45 +0000 (+0900) Subject: Improve documentation X-Git-Tag: accepted/tizen/unified/x/20240911.084253~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7459360729f7749afc652e2543933ead6001af7d;p=platform%2Fcore%2Fapi%2Finputmethod-manager.git Improve documentation Change-Id: I7e37c74acd4d42cbd052b34294d03c0a0ab31b98 --- diff --git a/include/inputmethod_manager.h b/include/inputmethod_manager.h index 5049f60..e0551d2 100755 --- a/include/inputmethod_manager.h +++ b/include/inputmethod_manager.h @@ -65,6 +65,7 @@ int ime_manager_show_ime_list(void); /** * @brief Requests to open the IME selector menu. + * Disabled IMEs are not displayed in the IME Selector. * @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 2.4 * @privlevel public @@ -135,6 +136,7 @@ int ime_manager_get_enabled_ime_count(void); /** * @brief Requests to pre-launch the IME. + * Otherwise, the IME will be launched when an associated text input UI control has focus. * @details The developers can use this function to launch IME in On-demand mode. * @since_tizen 5.0 * @privlevel public