Merge branch 'wip/ricotz/annotations' into 'main'

gdk: Add missing out annotation on gdk_content_deserialize_finish

See merge request GNOME/gtk!4529
This commit is contained in:
Matthias Clasen 2022-02-27 00:50:07 +00:00
commit 885b34d382

View File

@ -576,7 +576,7 @@ gdk_content_deserialize_async (GInputStream *stream,
/**
* gdk_content_deserialize_finish:
* @result: the `GAsyncResult`
* @value: return location for the result of the operation
* @value: (out): return location for the result of the operation
* @error: return location for an error
*
* Finishes a content deserialization operation.