Skip to content

gsocketaddressenumerator: add nullable annotation to the result of `next`

Matteo Biggio requested to merge wip/biggio/fix-socket-enumerator-annotation into main

The returned SocketAddress is going to be NULL when the stream of socket addresses is finished

Merge request reports