Mercurial > geeqie
diff src/filedata.h @ 1598:c03a8e19a43a
expose the file grouping flag to the user
| author | nadvornik |
|---|---|
| date | Sat, 09 May 2009 19:45:24 +0000 |
| parents | 80462be81410 |
| children | 9e6cdef3bc3d |
line wrap: on
line diff
--- a/src/filedata.h Sat May 09 19:25:51 2009 +0000 +++ b/src/filedata.h Sat May 09 19:45:24 2009 +0000 @@ -43,6 +43,7 @@ void file_data_change_info_free(FileDataChangeInfo *fdci, FileData *fd); void file_data_disable_grouping(FileData *fd, gboolean disable); +void file_data_disable_grouping_list(GList *fd_list, gboolean disable); gint filelist_sort_compare_filedata(FileData *fa, FileData *fb); gint filelist_sort_compare_filedata_full(FileData *fa, FileData *fb, SortType method, gboolean ascend);
