c2724d706dedbbc449b40669025ee816c6de6647
[framework/uifw/e17.git] / src / modules / fileman / e_fwin.h
1 #ifdef E_TYPEDEFS
2
3 #else
4 #ifndef E_FWIN_H
5 #define E_FWIN_H
6
7 int  e_fwin_init          (void);
8 int  e_fwin_shutdown      (void);
9 void e_fwin_new           (E_Container *con, const char *dev, const char *path);
10 void e_fwin_zone_new      (E_Zone *zone, const char *dev, const char *path);
11 void e_fwin_zone_shutdown (E_Zone *zone);
12 void e_fwin_all_unsel     (void *data);
13 void e_fwin_reload_all    (void);
14 int  e_fwin_zone_find     (E_Zone *zone);
15
16 #endif
17 #endif