Implement modified signal for playlist and hook it into nav and playlist page.
Fixes #4.
This commit is contained in:
parent
b4ffba62c7
commit
a3632b8757
5 changed files with 85 additions and 0 deletions
|
@ -33,6 +33,7 @@ void koto_nav_create_playlist_section(KotoNav *self);
|
|||
void koto_nav_create_podcasts_section(KotoNav *self);
|
||||
void koto_nav_handle_playlist_add_click(GtkGestureClick *gesture, int n_press, double x, double y, gpointer user_data);
|
||||
void koto_nav_handle_playlist_added(KotoCartographer *carto, KotoPlaylist *playlist, gpointer user_data);
|
||||
void koto_nav_handle_playlist_modified(KotoPlaylist *playlist, gpointer user_data);
|
||||
void koto_nav_handle_playlist_removed(KotoCartographer *carto, gchar *playlist_uuid, gpointer user_data);
|
||||
void koto_nav_handle_local_music_click(GtkGestureClick *gesture, int n_press, double x, double y, gpointer user_data);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue