mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 16:08:43 +02:00
fileinfo: mark lost+found/ root directory as hidden
This was reported in bug 689800. https://bugzilla.gnome.org/show_bug.cgi?id=689800 Signed-off-by: David Zeuthen <zeuthen@gmail.com>
This commit is contained in:
@@ -58,6 +58,10 @@ typedef struct
|
||||
|
||||
gboolean _g_local_file_has_trash_dir (const char *dirname,
|
||||
dev_t dir_dev);
|
||||
#ifdef G_OS_UNIX
|
||||
gboolean _g_local_file_is_lost_found_dir (const char *path,
|
||||
dev_t path_dev);
|
||||
#endif
|
||||
void _g_local_file_info_get_parent_info (const char *dir,
|
||||
GFileAttributeMatcher *attribute_matcher,
|
||||
GLocalParentFileInfo *parent_info);
|
||||
|
Reference in New Issue
Block a user