summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-11-06 22:41:22 +0100
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-11-06 22:41:22 +0100
commit4d1f330c0b4d15c834befa17d33558fb773d0259 (patch)
treee54fb59bba3faf2a58d5ce7e798e3cf2e3c823f2 /deadbeef.h
parent07a356a4c0e256f6da4be205a41e690193e174b8 (diff)
fixed missing API 1.2 constant; fixed is_local_file implementation
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/deadbeef.h b/deadbeef.h
index b815bc0a..8a563aef 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -1016,13 +1016,19 @@ enum {
/* Can handle multiple tracks */
DB_ACTION_MULTIPLE_TRACKS = 1 << 2,
+ /* DEPRECATED in API 1.5 */
+ DB_ACTION_ALLOW_MULTIPLE_TRACKS = 1 << 2,
+
/* DEPRECATED in API 1.5, ignored in callback2 */
+ /* Action can (and prefer) traverse multiple tracks by itself */
DB_ACTION_CAN_MULTIPLE_TRACKS = 1 << 3,
/* Action is inactive */
DB_ACTION_DISABLED = 1 << 4,
/* DEPRECATED in API 1.5, ignored in callback2 */
+ /* since 1.2 */
+ /* Action for the playlist (tab) */
DB_ACTION_PLAYLIST = 1 << 5,
/* add item to menu(s), if contains slash symbol(s) */