summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/deadbeef.h b/deadbeef.h
index bd288177..bf7a4082 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -79,8 +79,9 @@ extern "C" {
////////////////////////////
// playlist structures
-// iterators
// that's a good candidate for redesign
+// short explanation: PL_MAIN and PL_SEARCH are used as "iter" argument in
+// playlist functions, to reference main or search playlist, respectively
#define PL_MAIN 0
#define PL_SEARCH 1