mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +00:00
GtkFileSystem: Add to the list of remote filesystems
Add afp and google-drive to the list of remote filesystems. https://bugzilla.gnome.org/show_bug.cgi?id=754746
This commit is contained in:
parent
f90b97cf0e
commit
4993b02da8
@ -924,6 +924,8 @@ _gtk_file_has_native_path (GFile *file)
|
||||
}
|
||||
|
||||
static const gchar * const remote_types[] = {
|
||||
"afp",
|
||||
"google-drive",
|
||||
"sftp",
|
||||
"webdav",
|
||||
"ftp",
|
||||
|
Loading…
Reference in New Issue
Block a user