GFile: Add g_file_delete_async()
authorColin Walters <walters@verbum.org>
Sat, 28 Jul 2012 13:30:22 +0000 (09:30 -0400)
committerColin Walters <walters@verbum.org>
Mon, 30 Jul 2012 09:01:06 +0000 (05:01 -0400)
commit14a1c20177eab4d584b29cbd6fe5933f4b2af4de
tree5e48eeb648b633cfd723c782c1f5394c862987ef
parent6b6bef753f2e8f01e01fc8e8f099edcebc9ff8b6
GFile: Add g_file_delete_async()

This looks like it was stubbed out but not implemented; the vtable
entry dates to commit 3781343738de4abddf56982325a77bd70a98cd26 which
is just alex's initial merge of gio into glib.

I was working on some code that wants an asynchronous rm -rf
equivalent, and so yeah, this is desirable.

https://bugzilla.gnome.org/show_bug.cgi?id=680760
docs/reference/gio/gio-sections.txt
gio/gfile.c
gio/gfile.h
gio/gio.symbols
gio/tests/file.c