summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-11-23 21:25:27 +0100
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-11-23 21:26:15 +0100
commit215c8e04d10ade25d87ffbc71ba65fc5dd1f039e (patch)
tree9fdfcf1a9596279f59f76af6db722d14670d57a3 /deadbeef.h
parent8baad4fe4f4a95022d5f902089680605627d289b (diff)
gtkui: cleanup songchanged_cb; prevent auto-switching playlists because of cursor follows playback; added plt_deselect_all API
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/deadbeef.h b/deadbeef.h
index 0a270421..e179cb33 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -997,6 +997,9 @@ typedef struct {
// release the lock for adding files to playlist
// end must be called when add files operation is finished
void (*plt_add_files_end) (ddb_playlist_t *plt, int visibility);
+
+ // deselect all tracks in playlist
+ void (*plt_deselect_all) (ddb_playlist_t *plt);
#endif
} DB_functions_t;