Mercurial > geeqie
comparison src/filedata.h @ 1205:3ff2aa99108b
use the workflow in utilops.c for metadata approving and writting
TODO: configuration
author | nadvornik |
---|---|
date | Sat, 20 Dec 2008 20:43:56 +0000 |
parents | 1646720364cf |
children | 31dc2f240afb |
comparison
equal
deleted
inserted
replaced
1204:fa91098e4949 | 1205:3ff2aa99108b |
---|---|
83 gboolean file_data_sc_add_ci_delete_list(GList *fd_list); | 83 gboolean file_data_sc_add_ci_delete_list(GList *fd_list); |
84 gboolean file_data_sc_add_ci_copy_list(GList *fd_list, const gchar *dest); | 84 gboolean file_data_sc_add_ci_copy_list(GList *fd_list, const gchar *dest); |
85 gboolean file_data_sc_add_ci_move_list(GList *fd_list, const gchar *dest); | 85 gboolean file_data_sc_add_ci_move_list(GList *fd_list, const gchar *dest); |
86 gboolean file_data_sc_add_ci_rename_list(GList *fd_list, const gchar *dest); | 86 gboolean file_data_sc_add_ci_rename_list(GList *fd_list, const gchar *dest); |
87 gboolean file_data_sc_add_ci_unspecified_list(GList *fd_list, const gchar *dest); | 87 gboolean file_data_sc_add_ci_unspecified_list(GList *fd_list, const gchar *dest); |
88 gboolean file_data_add_ci_write_metadata_list(GList *fd_list); | |
88 | 89 |
89 gboolean file_data_sc_update_ci_copy_list(GList *fd_list, const gchar *dest); | 90 gboolean file_data_sc_update_ci_copy_list(GList *fd_list, const gchar *dest); |
90 gboolean file_data_sc_update_ci_move_list(GList *fd_list, const gchar *dest); | 91 gboolean file_data_sc_update_ci_move_list(GList *fd_list, const gchar *dest); |
91 gboolean file_data_sc_update_ci_unspecified_list(GList *fd_list, const gchar *dest); | 92 gboolean file_data_sc_update_ci_unspecified_list(GList *fd_list, const gchar *dest); |
92 | 93 |
93 | 94 |
94 gint file_data_sc_update_ci_copy(FileData *fd, const gchar *dest_path); | 95 gint file_data_sc_update_ci_copy(FileData *fd, const gchar *dest_path); |
95 gint file_data_sc_update_ci_move(FileData *fd, const gchar *dest_path); | 96 gint file_data_sc_update_ci_move(FileData *fd, const gchar *dest_path); |
96 gint file_data_sc_update_ci_rename(FileData *fd, const gchar *dest_path); | 97 gint file_data_sc_update_ci_rename(FileData *fd, const gchar *dest_path); |
97 gint file_data_sc_update_ci_unspecified(FileData *fd, const gchar *dest_path); | 98 gint file_data_sc_update_ci_unspecified(FileData *fd, const gchar *dest_path); |
99 | |
100 gchar *file_data_get_error_string(gint error); | |
101 | |
102 gint file_data_verify_ci(FileData *fd); | |
103 gint file_data_verify_ci_list(GList *list, gchar **desc, gboolean with_sidecars); | |
104 | |
105 gboolean file_data_perform_ci(FileData *fd); | |
106 gint file_data_apply_ci(FileData *fd); | |
107 void file_data_free_ci(FileData *fd); | |
108 void file_data_free_ci_list(GList *fd_list); | |
109 | |
110 | |
98 gint file_data_sc_verify_ci(FileData *fd); | 111 gint file_data_sc_verify_ci(FileData *fd); |
99 gchar *file_data_get_error_string(gint error); | |
100 gint file_data_sc_verify_ci_list(GList *list, gchar **desc); | |
101 | 112 |
102 gboolean file_data_sc_perform_ci(FileData *fd); | 113 gboolean file_data_sc_perform_ci(FileData *fd); |
103 gint file_data_sc_apply_ci(FileData *fd); | 114 gint file_data_sc_apply_ci(FileData *fd); |
104 void file_data_sc_free_ci(FileData *fd); | 115 void file_data_sc_free_ci(FileData *fd); |
105 void file_data_sc_free_ci_list(GList *fd_list); | 116 void file_data_sc_free_ci_list(GList *fd_list); |