You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
/*
|
|
|
|
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
|
|
|
|
*/
|
|
|
|
#ifdef E_TYPEDEFS
|
|
|
|
#else
|
|
|
|
#ifndef E_INIT_H
|
|
|
|
#define E_INIT_H
|
|
|
|
|
|
|
|
EAPI int e_init_init(void);
|
|
|
|
EAPI int e_init_shutdown(void);
|
|
|
|
EAPI void e_init_show(void);
|
|
|
|
EAPI void e_init_hide(void);
|
|
|
|
EAPI void e_init_title_set(const char *str);
|
|
|
|
EAPI void e_init_version_set(const char *str);
|
|
|
|
EAPI void e_init_status_set(const char *str);
|
|
|
|
EAPI Ecore_X_Window e_init_window_get(void);
|
|
|
|
|
|
|
|
EAPI void e_init_icons_app_add(E_App *app);
|
|
|
|
|
|
|
|
#endif
|
|
|
|
#endif
|