diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2013-03-10 12:41:13 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2013-03-10 12:41:13 +0100 |
| commit | 6468dd6da3764498fcabbf99603f50974f26c2c6 (patch) | |
| tree | f2ed6269be321bccc9ad2743009847fecacdd539 /src/items.h | |
| parent | 0bdfd296ea68a2ec796be603faba3a85586c4a4e (diff) | |
| download | cataract-6468dd6da3764498fcabbf99603f50974f26c2c6.tar.xz | |
Add support for datetime/timezone shift
Simple datetime shift, including EXIF data modification.
Diffstat (limited to 'src/items.h')
| -rw-r--r-- | src/items.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/items.h b/src/items.h index 15baeae..2b36927 100644 --- a/src/items.h +++ b/src/items.h @@ -64,6 +64,7 @@ typedef struct { gchar *auth_username; gchar *auth_passwd; TAuthType auth_type; + int metadata_tz_shift; /* minutes */ } TAlbum; typedef struct { @@ -81,6 +82,7 @@ typedef struct { TIndexItemType type; gboolean hidden; gchar *metadata_external_exif; + int metadata_tz_shift; /* minutes */ } TIndexItem; typedef struct { |
