Ecore Input Method Library Functions

Utility functions that set up and shut down the Ecore Input Method library. More...

Functions

int ecore_imf_init (void)
 Initialises the Ecore_IMF library.
 
int ecore_imf_shutdown (void)
 Shuts down the Ecore_IMF library.
 

Detailed Description

Utility functions that set up and shut down the Ecore Input Method library.

Function Documentation

int ecore_imf_init ( void  )

Initialises the Ecore_IMF library.

Returns
Number of times the library has been initialised without being shut down.

References ecore_event_type_new(), ecore_init(), ecore_shutdown(), eina_log_domain_register(), and EINA_LOG_ERR.

int ecore_imf_shutdown ( void  )

Shuts down the Ecore_IMF library.

Returns
Number of times the library has been initialised without being shut down.

References ecore_shutdown(), and eina_log_domain_unregister().