efl/legacy/efreet/src/lib/efreet_base.h

26 lines
516 B
C
Raw Normal View History

#ifndef EFREET_BASE_H
#define EFREET_BASE_H
/**
* @file efreet_base.h
* @brief Contains the methods used to support the FDO base directory
* specification.
* @addtogroup Efreet_Base Efreet_Base: The XDG Base Directory Specification
* functions
*
* @{
*/
2007-11-04 01:32:35 -08:00
EAPI const char *efreet_data_home_get(void);
EAPI Eina_List *efreet_data_dirs_get(void);
2007-11-04 01:32:35 -08:00
EAPI const char *efreet_config_home_get(void);
EAPI Eina_List *efreet_config_dirs_get(void);
2007-11-04 01:32:35 -08:00
EAPI const char *efreet_cache_home_get(void);
/**
* @}
*/
#endif