Fix: Set direction for `value` parameter
authorm-shinder <mihail@shinder.ml>
Sat, 25 Dec 2021 10:04:43 +0000 (10:04 +0000)
committerm-shinder <mihail@shinder.ml>
Sat, 25 Dec 2021 10:04:43 +0000 (10:04 +0000)
gdk/gdkcontentprovider.c

index 97368a1dd6b7c8c94c02c6edfb239caa7dcd583d..a07c03a9930ce4a8fe185095ac9fa50141d564b4 100644 (file)
@@ -342,7 +342,7 @@ gdk_content_provider_write_mime_type_finish (GdkContentProvider  *provider,
 /**
  * gdk_content_provider_get_value:
  * @provider: a `GdkContentProvider`
- * @value: the `GValue` to fill
+ * @value: (out): the `GValue` to fill
  * @error: a `GError` location to store the error occurring
  *
  * Gets the contents of @provider stored in @value.