create rotation job and EAPI e_border_rotation_set
[platform/core/uifw/e17.git] / src / bin / e_filereg.h
1 #ifdef E_TYPEDEFS
2
3 #else
4 #ifndef E_FILEREG_H
5 #define E_FILEREG_H
6
7 EINTERN int e_filereg_init(void);
8 EINTERN int e_filereg_shutdown(void);
9
10 EAPI int e_filereg_register(const char * path);
11 EAPI void e_filereg_deregister(const char * path);
12 EAPI Eina_Bool e_filereg_file_protected(const char * path);
13
14 #endif
15 #endif