gdk: Add missing out annotation on gdk_content_deserialize_finish

This commit is contained in:
Rico Tzschichholz 2022-02-26 22:05:20 +01:00
parent 4cd4c25c25
commit 3faf9d85bb

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.