diff options
author | infirit <[email protected]> | 2014-07-28 00:35:31 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-07-28 00:35:31 +0200 |
commit | 9c45c410b57ac59bb1976f41cca6d08cb081db98 (patch) | |
tree | 9c8d67d43e4a30e41ede47d964774af7bae1ac48 /src/eom-exif-util.c | |
parent | f1515b509037bb1dc641ae7784ff13ba61a8d50e (diff) | |
download | eom-9c45c410b57ac59bb1976f41cca6d08cb081db98.tar.bz2 eom-9c45c410b57ac59bb1976f41cca6d08cb081db98.tar.xz |
Dont use EomExifData in the C api
Eog bug https://bugzilla.gnome.org/show_bug.cgi?id=626257
Based on eog commit f457e6cd2f9b25194145681109ae4bd7f3b4ee7f
From Claudio Saavedra <[email protected]>
Diffstat (limited to 'src/eom-exif-util.c')
-rw-r--r-- | src/eom-exif-util.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/eom-exif-util.c b/src/eom-exif-util.c index 95310e2..f469793 100644 --- a/src/eom-exif-util.c +++ b/src/eom-exif-util.c @@ -48,6 +48,8 @@ #define GPOINTER_TO_BOOLEAN(i) ((gboolean) ((GPOINTER_TO_INT (i) == 2) ? TRUE : FALSE)) #endif +typedef ExifData EomExifData; + /* Define EomExifData type */ G_DEFINE_BOXED_TYPE(EomExifData, eom_exif_data, eom_exif_data_copy, eom_exif_data_free) |