g_file_copy: Fall back to pathname queryinfo to help gvfs backends
authorColin Walters <walters@verbum.org>
Wed, 16 Oct 2013 14:10:22 +0000 (10:10 -0400)
committerColin Walters <walters@verbum.org>
Wed, 16 Oct 2013 17:33:14 +0000 (13:33 -0400)
commitbe2656f13952dd22d348ff5e3f43240700cdef5a
treeb2c7ad2e5f6f575a2b8fd51e44a99cd4b166288b
parent4fea5c0029bdb8d800c5857bfba983147fe53445
g_file_copy: Fall back to pathname queryinfo to help gvfs backends

It's not difficult to do; not all backends implement it, and for some
it may be difficult to implement query_info_on_read(), so let's just
do both.

https://bugzilla.gnome.org/show_bug.cgi?id=706254
gio/gfile.c