The source project of this merge request has been removed.
gdk_content_provider_get_value() argument should have 'out' direction
@value: the GValue to fill
Seems like it have to beout
parameter, but it's not. This leads to incorrect GIR generation and needs to be fixed.