efl/src/bin/efreet/efreetd_cache.h

14 lines
322 B
C
Raw Normal View History

#ifndef __EFREETD_CACHE_H
#define __EFREETD_CACHE_H
void cache_desktop_dir_add(const char *dir);
void cache_icon_dir_add(const char *dir);
void cache_icon_ext_add(const char *ext);
void cache_desktop_update(void);
Eina_Bool cache_desktop_exists(void);
Eina_Bool cache_init(void);
Eina_Bool cache_shutdown(void);
#endif