We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regressed by GNOME/glib@7cb953dab8d0. From error log:
../_build/generated/gio/Socket.d(1239): Error: function `gio.c.functions.g_socket_receive_bytes_from(GSocket* socket, GSocketAddress** address, ulong size, long timeoutUs, GCancellable* cancellable, GError** err)` is not callable using argument types `(GSocket*, GSocketAddress*, ulong, long, GCancellable*, GError**)` ../_build/generated/gio/Socket.d(1239): cannot pass argument `address is null ? cast(GSocketAddress*)null : address.getSocketAddressStruct(false)` of type `GSocketAddress*` to parameter `GSocketAddress** address`
The text was updated successfully, but these errors were encountered:
I looks like this error is no longer present in the release version of glib 2,80 / gobject-introspection 1.80.1
Sorry, something went wrong.
No branches or pull requests
Regressed by GNOME/glib@7cb953dab8d0. From error log:
The text was updated successfully, but these errors were encountered: