comparison src/filedata.h @ 1729:672ee190869e

improved printing of selection
author nadvornik
date Fri, 28 Aug 2009 21:01:29 +0000
parents 2842a051c870
children 956aab097ea7
comparison
equal deleted inserted replaced
1728:94ced97edf0b 1729:672ee190869e
125 gboolean file_data_sc_perform_ci(FileData *fd); 125 gboolean file_data_sc_perform_ci(FileData *fd);
126 gboolean file_data_sc_apply_ci(FileData *fd); 126 gboolean file_data_sc_apply_ci(FileData *fd);
127 void file_data_sc_free_ci(FileData *fd); 127 void file_data_sc_free_ci(FileData *fd);
128 void file_data_sc_free_ci_list(GList *fd_list); 128 void file_data_sc_free_ci_list(GList *fd_list);
129 129
130 GList *file_data_process_groups_in_selection(GList *list, GList **ungrouped); 130 GList *file_data_process_groups_in_selection(GList *list, gboolean ungroup, GList **ungrouped);
131 131
132 132
133 typedef void (*FileDataNotifyFunc)(FileData *fd, NotifyType type, gpointer data); 133 typedef void (*FileDataNotifyFunc)(FileData *fd, NotifyType type, gpointer data);
134 gboolean file_data_register_notify_func(FileDataNotifyFunc func, gpointer data, NotifyPriority priority); 134 gboolean file_data_register_notify_func(FileDataNotifyFunc func, gpointer data, NotifyPriority priority);
135 gboolean file_data_unregister_notify_func(FileDataNotifyFunc func, gpointer data); 135 gboolean file_data_unregister_notify_func(FileDataNotifyFunc func, gpointer data);