summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-04-23 20:23:40 +0200
committerGravatar waker <wakeroid@gmail.com>2011-04-23 20:23:40 +0200
commit1f7a9516d04e7f1124291b1c0bc701b6cee99768 (patch)
treedd8bea83c0348094f6b50b96b2b54fcd0177aa36 /deadbeef.h
parent328503e4920d61b06c4ed14ca741120415e576c1 (diff)
added short description about PL_MAIN and PL_SEARCH
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