diff src/filedata.h @ 1224:ebfd305d902e

improved sidecar writting private metadata can be saved in xmp format
author nadvornik
date Fri, 26 Dec 2008 14:12:36 +0000
parents 31dc2f240afb
children 8b89e3ff286b
line wrap: on
line diff
--- a/src/filedata.h	Thu Dec 25 12:39:34 2008 +0000
+++ b/src/filedata.h	Fri Dec 26 14:12:36 2008 +0000
@@ -79,6 +79,10 @@
 void file_data_set_user_orientation(FileData *fd, gint value);
 
 gchar *file_data_sc_list_to_string(FileData *fd);
+
+gchar *file_data_get_sidecar_path(FileData *fd, gboolean existing_only);
+
+
 gboolean file_data_add_ci(FileData *fd, FileDataChangeType type, const gchar *src, const gchar *dest);
 gboolean file_data_sc_add_ci_copy(FileData *fd, const gchar *dest_path);
 gboolean file_data_sc_add_ci_move(FileData *fd, const gchar *dest_path);