Improve documentation 90/317390/1
authorInhong Han <inhong1.han@samsung.com>
Tue, 10 Sep 2024 00:40:45 +0000 (09:40 +0900)
committerInhong Han <inhong1.han@samsung.com>
Tue, 10 Sep 2024 00:40:45 +0000 (09:40 +0900)
Change-Id: I7e37c74acd4d42cbd052b34294d03c0a0ab31b98

include/inputmethod_manager.h

index 5049f60570677505a8f971c39125b675f7a9fc7f..e0551d276825699f4975a63e0516786b0ce48542 100755 (executable)
@@ -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