Skip to content

gsocket: Explicitly mark size parameter as (in)

The generated gir file marks the size parameter as "out" by default. This is wrong in the context of a caller allocated buffer with a given size. Explicitly marking the size parameter as (in) fixes the issue.

Merge request reports