From 4103b09671b40013e10cab4d556fd65465fa800f Mon Sep 17 00:00:00 2001 From: Alex Bennee Date: Wed, 14 Jul 2010 16:04:37 +0100 Subject: EasyTag 2.1.6 --- src/et_core.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/et_core.h') diff --git a/src/et_core.h b/src/et_core.h index 8f275c8..63f9565 100755 --- a/src/et_core.h +++ b/src/et_core.h @@ -164,7 +164,7 @@ struct _Picture gchar *description; gint width; /* Original width of the picture */ gint height; /* Original height of the picture */ - gulong size; /* Picture size in bytes (like lstat) */ + gulong size; /* Picture size in bytes (like stat) */ guchar *data; Picture *next; }; @@ -283,6 +283,8 @@ struct _ET_File guint ETFileKey; /* Primary key to identify each item of the list (no longer used?) */ + time_t FileModificationTime; /* Save modification time of the file */ + ET_File_Description *ETFileDescription; gchar *ETFileExtension; /* Real extension of the file (keeping the case) (should be placed in ETFileDescription?) */ ET_File_Info *ETFileInfo; /* Header infos: bitrate, duration, ... */ -- cgit v1.2.3