mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-22 10:12:10 +01:00
gfile/g-i: Remove wrongly set finish-func annotations
The with_closures variants are not async functions per see. They don't have a GAsyncReadyCallback params.
This commit is contained in:
parent
9261c03c59
commit
11102f4440
@ -3900,7 +3900,7 @@ copy_async_invoke_ready (GObject *file,
|
||||
}
|
||||
|
||||
/**
|
||||
* g_file_copy_async_with_closures: (rename-to g_file_copy_async) (finish-func copy_finish):
|
||||
* g_file_copy_async_with_closures: (rename-to g_file_copy_async):
|
||||
* @source: input [type@Gio.File]
|
||||
* @destination: destination [type@Gio.File]
|
||||
* @flags: set of [flags@Gio.FileCopyFlags]
|
||||
@ -4153,7 +4153,7 @@ g_file_move_async (GFile *source,
|
||||
}
|
||||
|
||||
/**
|
||||
* g_file_move_async_with_closures: (rename-to g_file_move_async) (finish-func move_finish):
|
||||
* g_file_move_async_with_closures: (rename-to g_file_move_async):
|
||||
* @source: input [type@Gio.File]
|
||||
* @destination: destination [type@Gio.File]
|
||||
* @flags: set of [flags@Gio.FileCopyFlags]
|
||||
|
Loading…
x
Reference in New Issue
Block a user