From: m-shinder Date: Sat, 25 Dec 2021 10:04:43 +0000 (+0000) Subject: Fix: Set direction for `value` parameter X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~19^2~5^2~9^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=98f937ba155d2c2f93a52aa9315869e1567adf24;p=gtk4.git Fix: Set direction for `value` parameter --- diff --git a/gdk/gdkcontentprovider.c b/gdk/gdkcontentprovider.c index 97368a1dd6..a07c03a993 100644 --- a/gdk/gdkcontentprovider.c +++ b/gdk/gdkcontentprovider.c @@ -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.