aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/et_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/et_core.h')
-rwxr-xr-xsrc/et_core.h4
1 files changed, 3 insertions, 1 deletions
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, ... */