Utility functions that set up and shut down the Ecore Input Method library.
Function Documentation
Initialises the Ecore_IMF library.
- Returns:
- Number of times the library has been initialised without being shut down.
- Examples:
- ecore_imf_example.c.
Hides the input panel.
- Returns:
- EINA_TRUE if the input panel will be hidden EINA_FALSE if the input panel is already in hidden state
- Since (EFL) :
- 1.8.0
- Since :
- 2.3.1
Registers an Ecore_IMF module.
- Parameters:
-
info | An Ecore_IMF_Context_Info structure |
imf_module_create | A function to call at the creation |
imf_module_exit | A function to call when exiting |
- Since :
- 2.3.1
Shuts down the Ecore_IMF library.
- Returns:
- Number of times the library has been initialised without being shut down.
- Since :
- 2.3.1
- Examples:
- ecore_imf_example.c.