Skip to content

Use glib::MainContext::channel for communicating UI events

Michael Aaron Murphy requested to merge mmstick/gdiceroller:glib-channel into master

Eliminates the need for interior mutability via RefCell, and reduces the amount of reference counting required.

Merge request reports