added long-term cache for keywords
[geeqie.git] / src / typedefs.h
index 7f88b94..dba1c12 100644 (file)
@@ -521,6 +521,7 @@ struct _FileData {
        
        ExifData *exif;
        GHashTable *modified_xmp; // hash table which contains unwritten xmp metadata in format: key->list of string values
+       GList *cached_metadata;
 };
 
 struct _LayoutOptions