Mercurial > geeqie.yaz
comparison src/filedata.h @ 800:a25b228978a0
various notification improvements
author | nadvornik |
---|---|
date | Sat, 07 Jun 2008 15:08:33 +0000 |
parents | 99ea3d973ad3 |
children | db68d673448f |
comparison
equal
deleted
inserted
replaced
799:278962ba162a | 800:a25b228978a0 |
---|---|
46 GList *filelist_filter(GList *list, gint is_dir_list); | 46 GList *filelist_filter(GList *list, gint is_dir_list); |
47 | 47 |
48 GList *filelist_sort_path(GList *list); | 48 GList *filelist_sort_path(GList *list); |
49 GList *filelist_recursive(FileData *dir_fd); | 49 GList *filelist_recursive(FileData *dir_fd); |
50 | 50 |
51 gboolean file_data_get_mark(FileData *fd, gint n); | |
52 void file_data_set_mark(FileData *fd, gint n, gboolean value); | |
53 gint file_data_get_user_orientation(FileData *fd); | |
54 void file_data_set_user_orientation(FileData *fd, gint value); | |
55 | |
51 gchar *file_data_sc_list_to_string(FileData *fd); | 56 gchar *file_data_sc_list_to_string(FileData *fd); |
52 gboolean file_data_add_ci(FileData *fd, FileDataChangeType type, const gchar *src, const gchar *dest); | 57 gboolean file_data_add_ci(FileData *fd, FileDataChangeType type, const gchar *src, const gchar *dest); |
53 gboolean file_data_sc_add_ci_copy(FileData *fd, const gchar *dest_path); | 58 gboolean file_data_sc_add_ci_copy(FileData *fd, const gchar *dest_path); |
54 gboolean file_data_sc_add_ci_move(FileData *fd, const gchar *dest_path); | 59 gboolean file_data_sc_add_ci_move(FileData *fd, const gchar *dest_path); |
55 gboolean file_data_sc_add_ci_rename(FileData *fd, const gchar *dest_path); | 60 gboolean file_data_sc_add_ci_rename(FileData *fd, const gchar *dest_path); |