summaryrefslogtreecommitdiff
path: root/src/items.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2012-12-27 20:29:37 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2012-12-27 20:29:37 +0100
commitd0599f8ab5c38e14845407dea4eef4d4957f9e28 (patch)
tree14d5636e8a4213c06ab4144e5ae32a88f4ddbc8b /src/items.h
parentdfb9d91c3342d9415a41e98d3a4af7d8c7472c6b (diff)
downloadcataract-d0599f8ab5c38e14845407dea4eef4d4957f9e28.tar.xz
Support external EXIF metadata
This brings an ability to specify external file to read EXIF/IPTC data from. The motivation was to work around RAW editors randomly stripping some EXIF blocks.
Diffstat (limited to 'src/items.h')
-rw-r--r--src/items.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/items.h b/src/items.h
index cef184c..2a7179c 100644
--- a/src/items.h
+++ b/src/items.h
@@ -71,6 +71,7 @@ typedef struct {
gchar *border_style;
TIndexItemType type;
gboolean hidden;
+ gchar *metadata_external_exif;
} TIndexItem;
typedef struct {