Merge branch 'matthiasc/for-main' into 'main'

gdk: Add an annotation

Closes #6167

See merge request GNOME/gtk!6496
This commit is contained in:
Matthias Clasen
2023-10-19 15:35:22 +00:00

View File

@@ -684,7 +684,7 @@ gdk_drop_read_async (GdkDrop *self,
* gdk_drop_read_finish:
* @self: a `GdkDrop`
* @result: a `GAsyncResult`
* @out_mime_type: (out) (type utf8): return location for the used mime type
* @out_mime_type: (out) (type utf8) (transfer none): return location for the used mime type
* @error: (nullable): location to store error information on failure
*
* Finishes an async drop read operation.