giant header overhaul which removes all the stupid one line function prototype headers and e_mod_main.h headers that contain nothing but unnecessary module api prototypes
SVN revision: 79908devs/princeamd/enlightenment-0.17-elive
parent
5b0d598091
commit
c6a9c34e7f
228 changed files with 366 additions and 1499 deletions
@ -1,21 +0,0 @@ |
||||
#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_Devices |
||||
* @{ |
||||
* |
||||
* @defgroup Module_Backlight Backlight |
||||
* |
||||
* Controls backlights such as laptop LCD. |
||||
* |
||||
* @} |
||||
*/ |
||||
|
||||
#endif |
@ -1,11 +0,0 @@ |
||||
#ifdef E_TYPEDEFS |
||||
|
||||
#else |
||||
#ifndef E_CONF_H |
||||
#define E_CONF_H |
||||
|
||||
void e_configure_show(E_Container *con, const char *params); |
||||
void e_configure_del(void); |
||||
|
||||
#endif |
||||
#endif |
@ -1,16 +0,0 @@ |
||||
#ifdef E_TYPEDEFS |
||||
#else |
||||
#ifndef E_INT_CONFIG_APPS_H |
||||
#define E_INT_CONFIG_APPS_H |
||||
|
||||
E_Config_Dialog *e_int_config_apps_favs(E_Container *con, const char *params __UNUSED__); |
||||
E_Config_Dialog *e_int_config_apps_add(E_Container *con, const char *params __UNUSED__); |
||||
E_Config_Dialog *e_int_config_apps_ibar(E_Container *con, const char *params __UNUSED__); |
||||
E_Config_Dialog *e_int_config_apps_ibar_other(E_Container *con, const char *path); |
||||
E_Config_Dialog *e_int_config_apps_startup(E_Container *con, const char *params __UNUSED__); |
||||
E_Config_Dialog *e_int_config_apps_restart(E_Container *con, const char *params __UNUSED__); |
||||
E_Config_Dialog *e_int_config_apps_desk_lock(E_Container *con, const char *params __UNUSED__); |
||||
E_Config_Dialog *e_int_config_apps_desk_unlock(E_Container *con, const char *params __UNUSED__); |
||||
|
||||
#endif |
||||
#endif |
@ -1,9 +0,0 @@ |
||||
#ifdef E_TYPEDEFS |
||||
#else |
||||
#ifndef E_INT_CONFIG_APPS_PERSONAL_H |
||||
#define E_INT_CONFIG_APPS_PERSONAL_H |
||||
|
||||
E_Config_Dialog *e_int_config_apps_personal(E_Container *con, const char *params __UNUSED__); |
||||
|
||||
#endif |
||||
#endif |
@ -1,9 +0,0 @@ |
||||
#ifdef E_TYPEDEFS |
||||
#else |
||||
#ifndef E_INT_CONFIG_DEFAPPS_H |
||||
#define E_INT_CONFIG_DEFAPPS_H |
||||
|
||||
E_Config_Dialog *e_int_config_defapps(E_Container *con, const char *params __UNUSED__); |
||||
|
||||
#endif |
||||
#endif |
@ -1,9 +0,0 @@ |
||||
#ifdef E_TYPEDEFS |
||||
#else |
||||
#ifndef E_INT_CONFIG_DESKENV_H |
||||
#define E_INT_CONFIG_DESKENV_H |
||||
|
||||
E_Config_Dialog *e_int_config_deskenv(E_Container *con, const char *params __UNUSED__); |
||||
|
||||
#endif |
||||
#endif |
@ -1,10 +0,0 @@ |
||||
#ifdef E_TYPEDEFS |
||||
#else |
||||
#ifndef E_INT_CONFIG_DIALOGS_H |
||||
#define E_INT_CONFIG_DIALOGS_H |
||||
|
||||
E_Config_Dialog *e_int_config_dialogs(E_Container *con, const char *params __UNUSED__); |
||||
|
||||
#endif |
||||
#endif |
||||
|
@ -1,9 +0,0 @@ |
||||
#ifdef E_TYPEDEFS |
||||
#else |
||||
#ifndef E_INT_CONFIG_PROFILES_H |
||||
#define E_INT_CONFIG_PROFILES_H |
||||
|
||||
E_Config_Dialog *e_int_config_profiles(E_Container *con, const char *params __UNUSED__); |
||||
|
||||
#endif |
||||
#endif |
@ -1,9 +0,0 @@ |
||||
#ifndef E_TYPEDEFS |
||||
#else |
||||
#ifndef E_INT_CONFIG_DESK_H |
||||
#define E_INT_CONFIG_DESK_H |
||||
|
||||
E_Config_Dialog *e_int_config_desk(E_Container *con, const char *params); |
||||
|
||||
#endif |
||||
#endif |
@ -1,10 +0,0 @@ |
||||
#ifdef E_TYPEDEFS |
||||
#else |
||||
#ifndef E_INT_CONFIG_DESKLOCK_H |
||||
#define E_INT_CONFIG_DESKLOCK_H |
||||
|
||||
E_Config_Dialog *e_int_config_desklock(E_Container *con, const char *params __UNUSED__); |
||||
void e_int_config_desklock_fsel_done(E_Config_Dialog *cfd, Evas_Object *bg, const char *bg_file); |
||||
|
||||
#endif |
||||
#endif |
@ -1,10 +0,0 @@ |
||||
#ifdef E_TYPEDEFS |
||||
#else |
||||
# ifndef E_INT_CONFIG_DESKLOCK_FSEL_H |
||||
# define E_INT_CONFIG_DESKLOCK_FSEL_H |
||||
|
||||
E_Config_Dialog *e_int_config_desklock_fsel(E_Config_Dialog *parent, Evas_Object *bg); |
||||
void e_int_config_desklock_fsel_del(E_Config_Dialog *cfd); |
||||
|
||||
# endif |
||||
#endif |
@ -1,9 +0,0 @@ |
||||
#ifdef E_TYPEDEFS |
||||
#else |
||||
#ifndef E_INT_CONFIG_DESKS_H |
||||
#define E_INT_CONFIG_DESKS_H |
||||
|
||||
E_Config_Dialog *e_int_config_desks(E_Container *con, const char *params __UNUSED__); |
||||
|
||||
#endif |
||||
#endif |
@ -1,9 +0,0 @@ |
||||
#ifdef E_TYPEDEFS |
||||
#else |
||||
#ifndef E_INT_CONFIG_DISPLAY_H |
||||
#define E_INT_CONFIG_DISPLAY_H |
||||
|
||||
E_Config_Dialog *e_int_config_display(E_Container *con, const char *params __UNUSED__); |
||||
|
||||
#endif |
||||
#endif |
@ -1,9 +0,0 @@ |
||||
#ifdef E_TYPEDEFS |
||||
#else |
||||
#ifndef E_INT_CONFIG_DPMS_H |
||||
#define E_INT_CONFIG_DPMS_H |
||||
|
||||
E_Config_Dialog *e_int_config_dpms(E_Container *con, const char *params __UNUSED__); |
||||
|
||||
#endif |
||||
#endif |
@ -1,9 +0,0 @@ |
||||
#ifdef E_TYPEDEFS |
||||
#else |
||||
#ifndef E_INT_CONFIG_SCREENSAVER_H |
||||
#define E_INT_CONFIG_SCREENSAVER_H |
||||
|
||||
E_Config_Dialog *e_int_config_screensaver(E_Container *con, const char *params __UNUSED__); |
||||
|
||||
#endif |
||||
#endif |
@ -1,9 +0,0 @@ |
||||
#ifdef E_TYPEDEFS |
||||
#else |
||||
#ifndef E_INT_CONFIG_EDGEBINDINGS_H |
||||
#define E_INT_CONFIG_EDGEBINDINGS_H |
||||
|
||||
E_Config_Dialog *e_int_config_edgebindings(E_Container *con, const char *params __UNUSED__); |
||||
|
||||
#endif |
||||
#endif |
@ -1,10 +0,0 @@ |
||||
#ifdef E_TYPEDEFS |
||||
#else |
||||
#ifndef E_INT_CONFIG_INTERACTION_H |
||||
#define E_INT_CONFIG_INTERACTION_H |
||||
|
||||
E_Config_Dialog *e_int_config_interaction(E_Container *con, const char *params __UNUSED__); |
||||
|
||||
#endif |
||||
#endif |
||||
|
@ -1,9 +0,0 @@ |
||||
#ifdef E_TYPEDEFS |
||||
#else |
||||
#ifndef E_INT_CONFIG_MOUSE_H |
||||
#define E_INT_CONFIG_MOUSE_H |
||||
|
||||
E_Config_Dialog *e_int_config_mouse(E_Container *con, const char *params __UNUSED__); |
||||
|
||||
#endif |
||||
#endif |
@ -1,11 +0,0 @@ |
||||
#ifdef E_TYPEDEFS |
||||
#else |
||||
#ifndef E_INT_CONFIG_IMC_H |
||||
#define E_INT_CONFIG_IMC_H |
||||
|
||||
E_Config_Dialog *e_int_config_imc(E_Container *con, const char *params __UNUSED__); |
||||
void e_int_config_imc_import_done(E_Config_Dialog *dia); |
||||
void e_int_config_imc_update(E_Config_Dialog *dia, const char *file); |
||||
|
||||
#endif |
||||
#endif |
@ -1,10 +0,0 @@ |
||||
#ifdef E_TYPEDEFS |
||||
#else |
||||
#ifndef E_INT_CONFIG_IMC_IMPORT_H |
||||
#define E_INT_CONFIG_IMC_IMPORT_H |
||||
|
||||
E_Win *e_int_config_imc_import(E_Config_Dialog *parent); |
||||
void e_int_config_imc_import_del(E_Win *win); |
||||
|
||||
#endif |
||||
#endif |
@ -1,10 +0,0 @@ |
||||
#ifdef E_TYPEDEFS |
||||
#else |
||||
#ifndef E_INT_CONFIG_INTL_H |
||||
#define E_INT_CONFIG_INTL_H |
||||
|
||||
E_Config_Dialog *e_int_config_intl(E_Container *con, const char *params __UNUSED__); |
||||
E_Config_Dialog *e_int_config_desklock_intl(E_Container *con, const char *params __UNUSED__); |
||||
|
||||
#endif |
||||
#endif |
@ -1,10 +0,0 @@ |
||||
#ifdef E_TYPEDEFS |
||||
|
||||
#else |
||||
#ifndef E_INT_CONFIG_ACPIBINDINGS_H |
||||
#define E_INT_CONFIG_ACPIBINDINGS_H |
||||
|
||||
E_Config_Dialog *e_int_config_acpibindings(E_Container *con, const char *params __UNUSED__); |
||||
|
||||
#endif |
||||
#endif |
@ -1,9 +0,0 @@ |
||||
#ifdef E_TYPEDEFS |
||||
#else |
||||
#ifndef E_INT_CONFIG_KEYBINDINGS_H |
||||
#define E_INT_CONFIG_KEYBINDINGS_H |
||||
|
||||
E_Config_Dialog *e_int_config_keybindings(E_Container *con, const char *params __UNUSED__); |
||||
|
||||
#endif |
||||
#endif |
@ -1,9 +0,0 @@ |
||||
#ifdef E_TYPEDEFS |
||||
#else |
||||
#ifndef E_INT_CONFIG_MOUSEBINDINGS_H |
||||
#define E_INT_CONFIG_MOUSEBINDINGS_H |
||||
|
||||
E_Config_Dialog *e_int_config_mousebindings(E_Container *con, const char *params __UNUSED__); |
||||
|
||||
#endif |
||||
#endif |
@ -1,9 +0,0 @@ |
||||
#ifdef E_TYPEDEFS |
||||
#else |
||||
#ifndef E_INT_CONFIG_MENUS_H |
||||
#define E_INT_CONFIG_MENUS_H |
||||
|
||||
E_Config_Dialog *e_int_config_menus(E_Container *con, const char *params __UNUSED__); |
||||
|
||||
#endif |
||||
#endif |
@ -1,9 +0,0 @@ |
||||
#ifdef E_TYPEDEFS |
||||
#else |
||||
#ifndef E_INT_CONFIG_ENV_H |
||||
#define E_INT_CONFIG_ENV_H |
||||
|
||||
E_Config_Dialog *e_int_config_env(E_Container *con, const char *params __UNUSED__); |
||||
|
||||
#endif |
||||
#endif |
@ -1,9 +0,0 @@ |
||||
#ifdef E_TYPEDEFS |
||||
#else |
||||
#ifndef E_INT_CONFIG_PATHS_H |
||||
#define E_INT_CONFIG_PATHS_H |
||||
|
||||
E_Config_Dialog *e_int_config_paths(E_Container *con, const char *params __UNUSED__); |
||||
|
||||
#endif |
||||
#endif |
@ -1,9 +0,0 @@ |
||||
#ifdef E_TYPEDEFS |
||||
#else |
||||
#ifndef E_INT_CONFIG_ENGINE_H |
||||
#define E_INT_CONFIG_ENGINE_H |
||||
|
||||
E_Config_Dialog *e_int_config_engine(E_Container *con, const char *params __UNUSED__); |
||||
|
||||
#endif |
||||
#endif |
@ -1,9 +0,0 @@ |
||||
#ifdef E_TYPEDEFS |
||||
#else |
||||
#ifndef E_INT_CONFIG_PERFORMANCE_H |
||||
#define E_INT_CONFIG_PERFORMANCE_H |
||||
|
||||
E_Config_Dialog *e_int_config_performance(E_Container *con, const char *params __UNUSED__); |
||||
|
||||
#endif |
||||
#endif |
@ -1,9 +0,0 @@ |
||||
#ifdef E_TYPEDEFS |
||||
#else |
||||
#ifndef E_INT_CONFIG_POWERMANAGEMENT_H |
||||
#define E_INT_CONFIG_POWERMANAGEMENT_H |
||||
|
||||
E_Config_Dialog *e_int_config_powermanagement(E_Container *con, const char *params __UNUSED__); |
||||
|
||||
#endif |
||||
#endif |
@ -1,6 +1,5 @@ |
||||
#include "e.h" |
||||
#include "e_mod_main.h" |
||||
#include "e_int_config_randr.h" |
||||
#include "e_smart_randr.h" |