Functions that start up and shutdown the Embryo library. More...
Functions | |
EAPI int | embryo_init (void) |
Initialises the Embryo library. More... | |
EAPI int | embryo_shutdown (void) |
Shuts down the Embryo library. More... | |
Functions that start up and shutdown the Embryo library.
EAPI int embryo_init | ( | void | ) |
Initialises the Embryo library.
References eina_init(), eina_log_domain_register(), EINA_LOG_ERR, EINA_LOG_STATE_INIT, EINA_LOG_STATE_STOP, eina_log_timing(), and eina_shutdown().
Referenced by edje_init().
EAPI int embryo_shutdown | ( | void | ) |
Shuts down the Embryo library.
References eina_log_domain_unregister(), EINA_LOG_STATE_SHUTDOWN, EINA_LOG_STATE_START, eina_log_timing(), and eina_shutdown().