Remove unneeded EAPI

SVN revision: 56902
This commit is contained in:
Sebastian Dransfeld 2011-02-10 14:23:31 +00:00
parent 546dba4856
commit c999910e15
3 changed files with 3 additions and 4 deletions

View File

@ -63,3 +63,4 @@
* Add free callback to eet hashes * Add free callback to eet hashes
* Remove unneeded header * Remove unneeded header
* Check if pattern equals "*" before doing pattern match * Check if pattern equals "*" before doing pattern match
* Remove EAPI from efreet_home_dir_get

View File

@ -97,10 +97,8 @@ efreet_base_shutdown(void)
* @internal * @internal
* @return Returns the users home directory * @return Returns the users home directory
* @brief Gets the users home directory and returns it. * @brief Gets the users home directory and returns it.
*
* Needs EAPI because of helper binaries
*/ */
EAPI const char * const char *
efreet_home_dir_get(void) efreet_home_dir_get(void)
{ {
if (efreet_home_dir) return efreet_home_dir; if (efreet_home_dir) return efreet_home_dir;

View File

@ -191,7 +191,7 @@ void efreet_desktop_shutdown(void);
int efreet_util_init(void); int efreet_util_init(void);
int efreet_util_shutdown(void); int efreet_util_shutdown(void);
EAPI const char *efreet_home_dir_get(void); const char *efreet_home_dir_get(void);
const char *efreet_lang_get(void); const char *efreet_lang_get(void);
const char *efreet_lang_country_get(void); const char *efreet_lang_country_get(void);