Fix: Set direction for value parameter

This commit is contained in:
m-shinder 2021-12-25 10:04:43 +00:00
parent 0579220546
commit 98f937ba15

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