Merge branch 'm-shinder-master-patch-90567' into 'main'

gdk_content_provider_get_value() argument should have 'out' direction

See merge request GNOME/gtk!4283
This commit is contained in:
Matthias Clasen 2021-12-27 15:08:48 +00:00
commit 6ed14b2a5f

View 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 caller-allocates): the `GValue` to fill
* @error: a `GError` location to store the error occurring
*
* Gets the contents of @provider stored in @value.