Efreet_Base: The XDG Base Directory Specification
Detailed Description
functions
Functions | |
const char * | efreet_cache_home_get (void) |
Retrieves the XDG Cache Home directory. | |
Ecore_List * | efreet_config_dirs_get (void) |
Returns the Ecore_List of prefernece oredred extra config directories. | |
const char * | efreet_config_home_get (void) |
Retrieves the XDG Config Home directory. | |
Ecore_List * | efreet_data_dirs_get (void) |
Returns the Ecore_List of prefernece oredred extra data directories. | |
const char * | efreet_data_home_get (void) |
Retrieves the XDG Data Home directory. |
Function Documentation
const char* efreet_cache_home_get | ( | void | ) |
Retrieves the XDG Cache Home directory.
- Returns:
- Returns the XDG Cache Home directory
Ecore_List* efreet_config_dirs_get | ( | void | ) |
Returns the Ecore_List of prefernece oredred extra config directories.
- Returns:
- Returns the Ecore_List of preference ordered extra config directories
- Note:
- The returned list is static inside Efreet. If you add/remove from the list then the next call to efreet_config_dirs_get() will return your modified values. DO NOT free this list.
const char* efreet_config_home_get | ( | void | ) |
Retrieves the XDG Config Home directory.
- Returns:
- Returns the XDG Config Home directory
Ecore_List* efreet_data_dirs_get | ( | void | ) |
Returns the Ecore_List of prefernece oredred extra data directories.
- Returns:
- Returns the Ecore_List of preference ordered extra data directories
- Note:
- The returned list is static inside Efreet. If you add/remove from the list then the next call to efreet_data_dirs_get() will return your modified values. DO NOT free this list.
const char* efreet_data_home_get | ( | void | ) |
Retrieves the XDG Data Home directory.
- Returns:
- Returns the XDG Data Home directory