summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-02-27 00:50:07 +0000
committerMatthias Clasen <mclasen@redhat.com>2022-02-27 00:50:07 +0000
commit885b34d3829d622245b5b366516286b833e28b46 (patch)
tree8a645bae0a1480dc7fa7daa1218ab1be527a1f3b
parent4cd4c25c2598e1e7a35b47e18ed7810eaa0952ea (diff)
parent3faf9d85bb5ebea004459183bd2f8385bdb7fe46 (diff)
downloadgtk+-885b34d3829d622245b5b366516286b833e28b46.tar.gz
Merge branch 'wip/ricotz/annotations' into 'main'
gdk: Add missing out annotation on gdk_content_deserialize_finish See merge request GNOME/gtk!4529
-rw-r--r--gdk/gdkcontentdeserializer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkcontentdeserializer.c b/gdk/gdkcontentdeserializer.c
index a9a1d08a9c..9e33bcf63c 100644
--- a/gdk/gdkcontentdeserializer.c
+++ b/gdk/gdkcontentdeserializer.c
@@ -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.