podcasts/hammond-gtk
Jordan Petridis e416bca963
Implemented a pixbuf cache mechanism.
Since gdk_pixbuf::Pixbuf is refference counted and every episode,
use the cover of the Podcast Feed/Show, We can only create a Pixbuf
cover per show and pass around the Rc pointer.

GObjects do not implement Send trait, so SendCell is a way around that.
Also lazy_static requires Sync trait, so that's what the mutexes are.
2017-12-21 17:36:07 +02:00
..
resources EpisodesView: Remove unused label. 2017-12-20 22:08:07 +02:00
src Implemented a pixbuf cache mechanism. 2017-12-21 17:36:07 +02:00
build.rs Draft of implementation using gresources safe api. 2017-11-06 14:35:50 +02:00
Cargo.toml Implemented a pixbuf cache mechanism. 2017-12-21 17:36:07 +02:00