Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Missing functions in glib-sys #47

Open
antoyo opened this issue Apr 19, 2017 · 1 comment
Open

Missing functions in glib-sys #47

antoyo opened this issue Apr 19, 2017 · 1 comment

Comments

@antoyo
Copy link
Member

antoyo commented Apr 19, 2017

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).

@EPashkin
Copy link
Member

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants