comparison src/ui_fileops.h @ 1719:192d4752fd06

fixed sidecar grouping this fixes grouping of files which differs only in upper/lowercase extension. The old code stopped scanning when the first file was found.
author nadvornik
date Sat, 22 Aug 2009 20:20:19 +0000
parents 51d70f62338c
children 956aab097ea7
comparison
equal deleted inserted replaced
1718:f6ba63c3bb04 1719:192d4752fd06
49 const gchar *get_collections_dir(void); 49 const gchar *get_collections_dir(void);
50 const gchar *get_trash_dir(void); 50 const gchar *get_trash_dir(void);
51 51
52 gboolean stat_utf8(const gchar *s, struct stat *st); 52 gboolean stat_utf8(const gchar *s, struct stat *st);
53 gboolean lstat_utf8(const gchar *s, struct stat *st); 53 gboolean lstat_utf8(const gchar *s, struct stat *st);
54 gboolean stat_utf8_case_insensitive_ext(GString *base, const gchar *ext, struct stat *st);
55
56 54
57 gboolean isname(const gchar *s); 55 gboolean isname(const gchar *s);
58 gboolean isfile(const gchar *s); 56 gboolean isfile(const gchar *s);
59 gboolean isdir(const gchar *s); 57 gboolean isdir(const gchar *s);
60 gboolean islink(const gchar *s); 58 gboolean islink(const gchar *s);