You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.
Hello.
The following function is missing in glib-sys: g_io_channel_win32_new_socket ()
I think there's also some other win32-related functions that are missing.
Thanks to add them (ideally with a #[cfg(windows)] attribute).
The text was updated successfully, but these errors were encountered:
First problem that it not present in your GLib-2.0.gir and we don't will to add patches to it. glib-sys also contains only one file and there no place to add manual part to it.
For second, If I remember right: long ago we decide that files and other system-related operation better handled by rust code and we minimize implementation glib part for it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello.
The following function is missing in
glib-sys
:g_io_channel_win32_new_socket ()
I think there's also some other win32-related functions that are missing.
Thanks to add them (ideally with a
#[cfg(windows)]
attribute).The text was updated successfully, but these errors were encountered: