diff src/exif.h @ 178:9dc8bc9b2bb9

first exiv2 support that does not crash immediately
author nadvornik
date Wed, 13 Feb 2008 16:52:41 +0000
parents 0ca3b4c8ffae
children 8a417f10ba09
line wrap: on
line diff
--- a/src/exif.h	Wed Feb 13 14:46:23 2008 +0000
+++ b/src/exif.h	Wed Feb 13 16:52:41 2008 +0000
@@ -51,6 +51,14 @@
 	EXIF_FORMAT_DOUBLE		= 12
 } ExifFormatType;
 
+
+typedef struct _ExifFormattedText ExifFormattedText;
+struct _ExifFormattedText
+{
+	const gchar *key;
+	const gchar *description;
+};
+
 /*
  *-----------------------------------------------------------------------------
  * Data storage