podcasts/hammond-gtk
Jordan Petridis af5b27d0fc
EpisodeWidget: Replace Arc<Mutex<Widget>> with Rc<RefCell<Widget>>.
Since gtk Widgets are not Send, and the callbacks all run in the gtk
main loop, it *should* not be possible that 2 things try to access the
same widget at the same time.
2018-04-20 07:26:56 +03:00
..
resources Update links to new repo 2018-04-19 17:23:46 -03:00
src EpisodeWidget: Replace Arc<Mutex<Widget>> with Rc<RefCell<Widget>>. 2018-04-20 07:26:56 +03:00
build.rs Draft of implementation using gresources safe api. 2017-11-06 14:35:50 +02:00
Cargo.toml Update deps and bump rss crate. 2018-04-19 08:07:02 +03:00