summaryrefslogtreecommitdiff
path: root/src/nautilus-file.h
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-04-26 11:29:04 +0200
committerCarlos Soriano <csoriano@gnome.org>2016-04-26 11:32:45 +0200
commit2f1765d80392c06166d077c27a9a6661edd7c128 (patch)
tree0820e6ab4e227994c8ff30dfc431cec0d46f0dc1 /src/nautilus-file.h
parent6ffaf5ea66da7772cba6a091b26b41dc9c0e5e70 (diff)
downloadnautilus-2f1765d80392c06166d077c27a9a6661edd7c128.tar.gz
directory, file: add function to query FUSE handling
We use checks to know whether a file is local, using g_file_is_native. However, we also need to know for some cases when a file, even if no native, can be handled like native, using FUSE. This will be needed for the selection of default applications on remote locations, and will be used in a upcoming patch. https://bugzilla.gnome.org/show_bug.cgi?id=764506
Diffstat (limited to 'src/nautilus-file.h')
-rw-r--r--src/nautilus-file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nautilus-file.h b/src/nautilus-file.h
index 46085b26b..10505753f 100644
--- a/src/nautilus-file.h
+++ b/src/nautilus-file.h
@@ -402,6 +402,7 @@ gboolean nautilus_file_matches_uri (Nautilu
/* Is the file local? */
gboolean nautilus_file_is_local (NautilusFile *file);
+gboolean nautilus_file_is_local_or_fuse (NautilusFile *file);
/* Comparing two file objects for sorting */
NautilusFileSortType nautilus_file_get_default_sort_type (NautilusFile *file,