comparison src/typedefs.h @ 808:c3fc736fb927

Use unsigned type for marks since it is used as a bitfield.
author zas_
date Mon, 09 Jun 2008 07:14:46 +0000
parents a25b228978a0
children d29c2d191c58
comparison
equal deleted inserted replaced
807:d14374e1d717 808:c3fc736fb927
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 gint marks; 444 guint 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;