2008-12-09 19:46:00 +00:00
|
|
|
/* vim: set sw=3 ts=3 sts=3 expandtab: */
|
2008-06-17 04:06:47 +00:00
|
|
|
#ifndef ECDB_FILELIST_CUSTOM_H
|
|
|
|
#define ECDB_FILELIST_CUSTOM_H
|
|
|
|
|
2008-12-09 05:47:59 +00:00
|
|
|
void ecdb_custom_filelist_directory_set(Ewl_Filelist *fl,
|
|
|
|
Ecdb_Source *src);
|
|
|
|
Ewl_Widget *ecdb_custom_filelist_new(void);
|
|
|
|
char * ecdb_custom_filelist_selected_file_get(Ewl_Filelist *fl);
|
2008-06-17 04:06:47 +00:00
|
|
|
|
|
|
|
#endif
|