diff options
author | Felix Riemann <[email protected]> | 2015-01-07 21:59:13 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-07-26 00:45:21 +0200 |
commit | 1e96c9da8b3e901a48eaaf87d31c14c581c6b8fb (patch) | |
tree | ba24fb5930454fb8e2df01823818d81f10b4855f /src/eom-exif-util.h | |
parent | 9b4890eac998316d72e2358aa0bf5a8f3166afb3 (diff) | |
download | eom-1e96c9da8b3e901a48eaaf87d31c14c581c6b8fb.tar.bz2 eom-1e96c9da8b3e901a48eaaf87d31c14c581c6b8fb.tar.xz |
EomExifUtil: Allow freeform formatting of date strings
origin commit:
https://gitlab.gnome.org/GNOME/eog/commit/93129f1
Diffstat (limited to 'src/eom-exif-util.h')
-rw-r--r-- | src/eom-exif-util.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/eom-exif-util.h b/src/eom-exif-util.h index ebc7122..58e55e3 100644 --- a/src/eom-exif-util.h +++ b/src/eom-exif-util.h @@ -37,6 +37,10 @@ G_BEGIN_DECLS #define EOM_TYPE_EXIF_DATA eom_exif_data_get_type() gchar *eom_exif_util_format_date (const gchar *date); +void eom_exif_util_format_datetime_label (GtkLabel *label, + ExifData *exif_data, + gint tag_id, + const gchar *format); void eom_exif_util_set_label_text (GtkLabel *label, ExifData *exif_data, gint tag_id); |