podcasts/podcasts-gtk
Jordan Petridis 98f105fda0 Player: Use a wrapper struct to write methods on &self
Previously, methods that required the Player to be ref counted,
were using static methods with s: &Rc<Self> as the first argument.

Now the wrapper type auto-derefs to the inner struct and you can
declare methods on just &self.
2018-11-18 12:59:01 +00:00
..
po Update Indonesian translation 2018-11-15 16:42:30 +00:00
resources Update App icon. Close #102 2018-10-30 20:34:47 +02:00
src Player: Use a wrapper struct to write methods on &self 2018-11-18 12:59:01 +00:00
build.rs Allow for parallel development instance 2018-08-28 17:22:13 +03:00
Cargo.toml Update dependancies 2018-10-06 11:29:52 +03:00