comparison src/typedefs.h @ 800:a25b228978a0

various notification improvements
author nadvornik
date Sat, 07 Jun 2008 15:08:33 +0000
parents 0be132a51f51
children c3fc736fb927
comparison
equal deleted inserted replaced
799:278962ba162a 800:a25b228978a0
439 const gchar *extension; 439 const gchar *extension;
440 gchar *collate_key_name; 440 gchar *collate_key_name;
441 gchar *collate_key_name_nocase; 441 gchar *collate_key_name_nocase;
442 gint64 size; 442 gint64 size;
443 time_t date; 443 time_t date;
444 gboolean marks[FILEDATA_MARKS_SIZE]; 444 gint marks;
445 GList *sidecar_files; 445 GList *sidecar_files;
446 FileData *parent; /* parent file if this is a sidecar file, NULL otherwise */ 446 FileData *parent; /* parent file if this is a sidecar file, NULL otherwise */
447 FileDataChangeInfo *change; /* for rename, move ... */ 447 FileDataChangeInfo *change; /* for rename, move ... */
448 GdkPixbuf *pixbuf; 448 GdkPixbuf *pixbuf;
449 gint ref; 449 gint ref;