X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/2c34878904d76d323b4698fe705c5f9d002e65f8..4eb1f430bde3b517e045cc7ed68194ff9dbdda4a:/disobedience/disobedience.h?ds=sidebyside diff --git a/disobedience/disobedience.h b/disobedience/disobedience.h index 09e8daf..17fade0 100644 --- a/disobedience/disobedience.h +++ b/disobedience/disobedience.h @@ -117,7 +117,7 @@ void popup_protocol_error(int code, const char *msg); /* Report an error */ -void properties(int ntracks, char **tracks); +void properties(int ntracks, const char **tracks); /* Pop up a properties window for a list of tracks */ GtkWidget *scroll_widget(GtkWidget *child, const char *name); @@ -156,15 +156,19 @@ GtkWidget *control_widget(void); void volume_update(void); /* Called whenever we think the volume control has changed */ -/* Queue/Recent */ +/* Queue/Recent/Added */ GtkWidget *queue_widget(void); GtkWidget *recent_widget(void); -/* Create widgets for displaying the queue and the recently played list */ +GtkWidget *added_widget(void); +/* Create widgets for displaying the queue, the recently played list and the + * newly added tracks list */ void queue_update(void); void recent_update(void); -/* Called whenever we think the queue or recent list might have chanegd */ +void added_update(void); +/* Called whenever we think the queue, recent or newly-added list might have + * changed */ void queue_select_all(struct queuelike *ql); /* Select all on some queue */