mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 06:33:41 +02:00
GFile: Add g_file_delete_async()
This looks like it was stubbed out but not implemented; the vtable
entry dates to commit 3781343738
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
This commit is contained in:
@@ -127,6 +127,8 @@ g_file_set_display_name
|
||||
g_file_set_display_name_async
|
||||
g_file_set_display_name_finish
|
||||
g_file_delete
|
||||
g_file_delete_async
|
||||
g_file_delete_finish
|
||||
g_file_trash
|
||||
g_file_copy
|
||||
g_file_copy_async
|
||||
|
Reference in New Issue
Block a user