lib/efreet_base.h
Go to the documentation of this file.
00001 #ifndef EFREET_BASE_H
00002 #define EFREET_BASE_H
00003 
00013 EAPI const char *efreet_data_home_get(void);
00014 EAPI Eina_List *efreet_data_dirs_get(void);
00015 
00016 EAPI const char *efreet_config_home_get(void);
00017 EAPI Eina_List *efreet_config_dirs_get(void);
00018 
00019 EAPI const char *efreet_cache_home_get(void);
00020 EAPI const char *efreet_hostname_get(void);
00021 
00025 typedef struct _Efreet_Event_Cache_Update Efreet_Event_Cache_Update;
00026 
00031 struct _Efreet_Event_Cache_Update
00032 {
00033     int dummy;
00034 };
00035 
00040 #endif