summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
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;