diff src/typedefs.h @ 1288:10073464e6aa

use metadata_read_* functions where possible switch exiv2 to utf8 charset support for exiv2 formatting that depends on other tags: http://dev.robotbattle.com/bugs/view.php?id=0000516
author nadvornik
date Sat, 07 Feb 2009 19:01:21 +0000
parents 8b89e3ff286b
children 50ae02a4a675
line wrap: on
line diff
--- a/src/typedefs.h	Fri Feb 06 23:49:03 2009 +0000
+++ b/src/typedefs.h	Sat Feb 07 19:01:21 2009 +0000
@@ -164,6 +164,12 @@
 	CHANGE_GENERIC_ERROR           = 1 << 16
 } ChangeError;
 
+typedef enum {
+	METADATA_PLAIN		= 0, /* format that can be edited and written back */
+	METADATA_FORMATTED	= 1  /* for display only */
+} MetadataFormat;
+
+
 #define MAX_SPLIT_IMAGES 4
 
 typedef struct _ImageLoader ImageLoader;