These are general eeze functions which include init and shutdown. More...
Modules | |
udev | |
These are functions which interact directly with udev. | |
Functions | |
EAPI int | eeze_init (void) |
Initialize the eeze library. More... | |
EAPI int | eeze_shutdown (void) |
Shut down the eeze library. More... | |
These are general eeze functions which include init and shutdown.
EAPI int eeze_init | ( | void | ) |
Initialize the eeze library.
This function should be called prior to using any eeze functions, and MUST be called prior to using any udev functions to avoid a segv.
References ecore_init(), ecore_shutdown(), eina_init(), eina_log_domain_register(), eina_log_domain_unregister(), EINA_LOG_ERR, and eina_shutdown().
Referenced by ecore_drm2_init(), ecore_drm_init(), and elput_init().
EAPI int eeze_shutdown | ( | void | ) |
Shut down the eeze library.
This function should be called when no further eeze functions will be called.
References ecore_shutdown(), eina_log_domain_unregister(), EINA_LOG_ERR, and eina_shutdown().