gimp/plug-ins/file-uri
Sven Neumann 6fa2ece547 Avoid use of temporary files for accessing remote files
When using GIO/GVFS, remote files may have a local representation
provided by a FUSE mount. Try to detect this and access the file
directly instead of using a temporary file. Fallback to the old
behavior of using temporary files if GIO can't give us a local path
to the file.
2009-04-21 17:48:17 +02:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
Makefile.am Dropped support for the GnomeVFS file-uri backend. Recent GNOME releases 2009-03-23 08:33:46 +00:00
uri-backend-gvfs.c Avoid use of temporary files for accessing remote files 2009-04-21 17:48:17 +02:00
uri-backend-libcurl.c Avoid use of temporary files for accessing remote files 2009-04-21 17:48:17 +02:00
uri-backend-wget.c Avoid use of temporary files for accessing remote files 2009-04-21 17:48:17 +02:00
uri-backend.h Avoid use of temporary files for accessing remote files 2009-04-21 17:48:17 +02:00
uri.c Avoid use of temporary files for accessing remote files 2009-04-21 17:48:17 +02:00