Skip to content
New issue

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

[FEATURE REQUEST] Move platform specific api in gio::unix, gio::win32, etc #1305

Open
pbor opened this issue Feb 8, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@pbor
Copy link
Contributor

pbor commented Feb 8, 2024

https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3892 proposes to split platform specific API in glib in separate gir files.

If that happens, we would probably have to have separate creates like gio-unix.

In preparation for that we should start moving platform specific API to corresponding modules like gio::unix, so that later these can just become re-exports of the platform specific crates.

Even if the plan for glib is dropped, having platform specific api in modules would be nicer than having them in the global namespace and would be consistent with std.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant