comparison src/filedata.h @ 1619:011e8dbda7f2

changed selection behavior as requested at http://sourceforge.net/tracker/?func=detail&aid=2789933&group_id=222125&atid=1054680 file view - sidecars are added to the selection if they were expicitly selected or if the entry is collapsed icon view - selection always contains sidecars file operations splits partially selected groups - selected files have disabled grouping
author nadvornik
date Tue, 02 Jun 2009 22:33:53 +0000
parents b8e2690c440a
children
comparison
equal deleted inserted replaced
1618:f47b8dc207f5 1619:011e8dbda7f2
124 gboolean file_data_sc_perform_ci(FileData *fd); 124 gboolean file_data_sc_perform_ci(FileData *fd);
125 gboolean file_data_sc_apply_ci(FileData *fd); 125 gboolean file_data_sc_apply_ci(FileData *fd);
126 void file_data_sc_free_ci(FileData *fd); 126 void file_data_sc_free_ci(FileData *fd);
127 void file_data_sc_free_ci_list(GList *fd_list); 127 void file_data_sc_free_ci_list(GList *fd_list);
128 128
129 GList *file_data_process_groups(GList *list);
130
131
129 typedef void (*FileDataNotifyFunc)(FileData *fd, NotifyType type, gpointer data); 132 typedef void (*FileDataNotifyFunc)(FileData *fd, NotifyType type, gpointer data);
130 gboolean file_data_register_notify_func(FileDataNotifyFunc func, gpointer data, NotifyPriority priority); 133 gboolean file_data_register_notify_func(FileDataNotifyFunc func, gpointer data, NotifyPriority priority);
131 gboolean file_data_unregister_notify_func(FileDataNotifyFunc func, gpointer data); 134 gboolean file_data_unregister_notify_func(FileDataNotifyFunc func, gpointer data);
132 void file_data_send_notification(FileData *fd, NotifyType type); 135 void file_data_send_notification(FileData *fd, NotifyType type);
133 136