From 29381f9e70d122ea4d89d71ea97f42253c528211 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 7 May 2017 15:21:39 +0200 Subject: jpeg-utils: Allow custom datetime format The default locale datetime format string may not suit everyone, this adds possibility to specify custom format. The format string should be syntactically conforming to strftime(3). --- src/jpeg-utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/jpeg-utils.h') diff --git a/src/jpeg-utils.h b/src/jpeg-utils.h index b4ead79..767320a 100644 --- a/src/jpeg-utils.h +++ b/src/jpeg-utils.h @@ -58,6 +58,7 @@ typedef struct { double override_focal_length; gchar *override_artist_name; gchar *external_exif_data; + const gchar *datetime_format; TCropStyle thumbnail_crop_style; TCropHint thumbnail_crop_hint; int shave_amount; -- cgit v1.2.3