X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=src%2Ftypedefs.h;h=61b2bc2cb7e5e9bd92db8334324787d29f99faa4;hp=26f594f857bd1f8144e6e32525986722a6b6fbc7;hb=cb2fa6ae065ec32015e46be3bcf5e7024918fe49;hpb=ca8f5cee69edb5183705eef28cf5f0f82b852f73 diff --git a/src/typedefs.h b/src/typedefs.h index 26f594f8..61b2bc2c 100644 --- a/src/typedefs.h +++ b/src/typedefs.h @@ -66,7 +66,8 @@ typedef enum { SORT_CTIME, SORT_PATH, SORT_NUMBER, - SORT_EXIFTIME + SORT_EXIFTIME, + SORT_RATING } SortType; typedef enum { @@ -573,6 +574,7 @@ struct _FileData { time_t exifdate; GHashTable *modified_xmp; // hash table which contains unwritten xmp metadata in format: key->list of string values GList *cached_metadata; + gint rating; }; struct _LayoutOptions