Skip to content

gdk_content_provider_get_value() argument should have 'out' direction

m-shinder requested to merge (removed):m-shinder-master-patch-90567 into main

@value: the GValue to fill Seems like it have to be out parameter, but it's not. This leads to incorrect GIR generation and needs to be fixed.

Merge request reports