GFile: fix the *_async_thread()
authorSébastien Wilmet <swilmet@gnome.org>
Wed, 17 Apr 2013 13:07:03 +0000 (15:07 +0200)
committerSébastien Wilmet <swilmet@gnome.org>
Fri, 19 Apr 2013 19:38:13 +0000 (21:38 +0200)
commitbd57c3f171d0775d8b1f0944f45a196b59fc79fd
tree3d616b8269e6f75d99e33785e2043a10930cce98
parent1de0625103e98710689d65cecfc288e15a5d240d
GFile: fix the *_async_thread()

In the *_async_thread() functions, call the corresponding synchronous
function instead of calling the interface vfunc, which can be NULL.

In some cases the check for the vfunc == NULL was done, but to be
consistent it is better to always call the synchronous version (and the
code is simpler).

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