static void _e_modapi_shutdown(void) { e_qa_shutdown(); conf_edd = e_qa_config_dd_free(); eina_log_domain_unregister(_e_quick_access_log_dom); _e_quick_access_log_dom = -1; e_configure_registry_item_del("launcher/quickaccess"); e_configure_registry_category_del("launcher"); e_qa_config_free(qa_config); E_FREE(qa_mod); qa_config = NULL; }
if (!e_qa_init()) { e_modapi_shutdown(NULL); return NULL; } return m; } EAPI int e_modapi_shutdown(E_Module *m __UNUSED__) { e_qa_shutdown(); conf_edd = e_qa_config_dd_free(); eina_log_domain_unregister(_e_quick_access_log_dom); _e_quick_access_log_dom = -1; e_configure_registry_item_del("launcher/quickaccess"); e_configure_registry_category_del("launcher"); e_qa_config_free(qa_config); E_FREE(qa_mod); qa_config = NULL; return 1; } EAPI int e_modapi_save(E_Module *m __UNUSED__) {