summaryrefslogtreecommitdiff
path: root/src/bin/e_config.h
diff options
context:
space:
mode:
authorGustavo Sverzut Barbieri <barbieri@gmail.com>2010-11-22 15:21:32 +0000
committerGustavo Sverzut Barbieri <barbieri@gmail.com>2010-11-22 15:21:32 +0000
commit6f2213cb25c6ec810bfeeab106e4fcbfe3922792 (patch)
treef9013370a7fa06d8bc35416ba7bd8f43fa9843c5 /src/bin/e_config.h
parentc5642870c3329cb6d17ed8ca89b74cf92066aaf4 (diff)
downloadenlightenment-6f2213cb25c6ec810bfeeab106e4fcbfe3922792.tar.gz
convert init/shutdown to EINTERN, move some to _update().
Do not abuse the concept of e_*_init(), make them call-once and those that needed multiple call are renamed to e_*_update(). To make sure convert them to EINTERN so the symbols are not exported. Actually I guess too much is exported as EAPI while they should be EINTERN, but that would require manual investigation, while this patch was basically created with sed + grep. SVN revision: 54795
Diffstat (limited to 'src/bin/e_config.h')
-rw-r--r--src/bin/e_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/e_config.h b/src/bin/e_config.h
index 7079dccd89..d985c934f6 100644
--- a/src/bin/e_config.h
+++ b/src/bin/e_config.h
@@ -501,8 +501,8 @@ struct _E_Event_Config_Icon_Theme
const char *icon_theme;
};
-EAPI int e_config_init(void);
-EAPI int e_config_shutdown(void);
+EINTERN int e_config_init(void);
+EINTERN int e_config_shutdown(void);
EAPI void e_config_load(void);