Related to the deprecation of MainContext::channel in GTK on Linux. #985
Labels
good first issue
Good for newcomers
platform: Linux
priority: low
Nice to have
type: feature request
Is your feature request related to a problem? Please describe.
A warning is currently being issued that
glib::MainContext::channel
is deprecated in the Linux event loop-related code.Describe the solution you'd like
We can update the currently used
MainContext::channel
toasync_channel
inevent_loop.rs
on Linux.Additional context
See: https://gtk-rs.org/gtk4-rs/stable/latest/book/main_event_loop.html or https://discourse.gnome.org/t/help-required-to-migrate-from-dropped-maincontext-channel-api/20922
The text was updated successfully, but these errors were encountered: