Mercurial > geeqie.yaz
comparison src/ui_fileops.h @ 1229:878718372aca
sidecar files grouping was made case-insensitive
added possibility to use macros %raw, %image, %meta in extensions lists
author | nadvornik |
---|---|
date | Fri, 02 Jan 2009 09:26:23 +0000 |
parents | 3692efcbd325 |
children | 947e603a52c6 |
comparison
equal
deleted
inserted
replaced
1228:4d5587c4bf56 | 1229:878718372aca |
---|---|
42 const gchar *get_collections_dir(void); | 42 const gchar *get_collections_dir(void); |
43 const gchar *get_trash_dir(void); | 43 const gchar *get_trash_dir(void); |
44 | 44 |
45 gint stat_utf8(const gchar *s, struct stat *st); | 45 gint stat_utf8(const gchar *s, struct stat *st); |
46 gint lstat_utf8(const gchar *s, struct stat *st); | 46 gint lstat_utf8(const gchar *s, struct stat *st); |
47 gint stat_utf8_case_insensitive_ext(GString *base, const gchar *ext, struct stat *st); | |
48 | |
49 | |
47 gint isname(const gchar *s); | 50 gint isname(const gchar *s); |
48 gint isfile(const gchar *s); | 51 gint isfile(const gchar *s); |
49 gint isdir(const gchar *s); | 52 gint isdir(const gchar *s); |
50 gint islink(const gchar *s); | 53 gint islink(const gchar *s); |
51 gint64 filesize(const gchar *s); | 54 gint64 filesize(const gchar *s); |