grr
This commit is contained in:
parent
6def98af81
commit
77cb665da8
2 changed files with 0 additions and 16 deletions
|
@ -1,2 +0,0 @@
|
|||
mod song;
|
||||
pub use song::Song;
|
|
@ -1,14 +0,0 @@
|
|||
mod imp {
|
||||
#[derive(gtk::Properties, Default)]
|
||||
#[properties(wrapper_type = super::Song)]
|
||||
pub struct Song {
|
||||
inner: RefCell<subsonic::Song>,
|
||||
|
||||
#[property(get = |song| song.inner.borrow().id)]
|
||||
id: &'static str,
|
||||
}
|
||||
}
|
||||
|
||||
glib::wrapper! {
|
||||
pub struct Song(ObjectSubclass<imp::Song>);
|
||||
}
|
Loading…
Reference in a new issue