mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
Merge branch 'fix-finish-func-annotations' into 'main'
gfile: Fix finish-func annotations See merge request GNOME/glib!4099
This commit is contained in:
commit
59fd9b84e2
@ -3900,7 +3900,7 @@ copy_async_invoke_ready (GObject *file,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* g_file_copy_async_with_closures: (rename-to g_file_copy_async) (finish-func g_file_copy_finish):
|
* g_file_copy_async_with_closures: (rename-to g_file_copy_async) (finish-func copy_finish):
|
||||||
* @source: input [type@Gio.File]
|
* @source: input [type@Gio.File]
|
||||||
* @destination: destination [type@Gio.File]
|
* @destination: destination [type@Gio.File]
|
||||||
* @flags: set of [flags@Gio.FileCopyFlags]
|
* @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 g_file_move_finish):
|
* g_file_move_async_with_closures: (rename-to g_file_move_async) (finish-func move_finish):
|
||||||
* @source: input [type@Gio.File]
|
* @source: input [type@Gio.File]
|
||||||
* @destination: destination [type@Gio.File]
|
* @destination: destination [type@Gio.File]
|
||||||
* @flags: set of [flags@Gio.FileCopyFlags]
|
* @flags: set of [flags@Gio.FileCopyFlags]
|
||||||
|
Loading…
Reference in New Issue
Block a user