enlightenment/src/modules/start/e_mod_main.h

21 lines
359 B
C

#ifndef E_MOD_MAIN_H
#define E_MOD_MAIN_H
EAPI extern E_Module_Api e_modapi;
EAPI void *e_modapi_init (E_Module *m);
EAPI int e_modapi_shutdown (E_Module *m);
EAPI int e_modapi_save (E_Module *m);
/**
* @addtogroup Optional_Gadgets
* @{
*
* @defgroup Module_Start Start Button
*
* Shows a "start here" button or icon.
*
* @}
*/
#endif