summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-05-10 21:58:38 +0200
committerGravatar waker <wakeroid@gmail.com>2011-05-10 21:58:38 +0200
commit32a2a4cea0d9397d7cd618c8ce835aac980fe359 (patch)
treea1e6c99690debfceda859945f116510d34154da2 /playlist.h
parent9d529eb05995069583ffa3e07670c0ea23b42b15 (diff)
added remaining plt_* replacements; minor fixups
Diffstat (limited to 'playlist.h')
-rw-r--r--playlist.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/playlist.h b/playlist.h
index ef42ff59..3bde133c 100644
--- a/playlist.h
+++ b/playlist.h
@@ -200,7 +200,7 @@ int
pl_getcount (int iter);
int
-plt_getcount (playlist_t *plt, int iter);
+plt_get_item_count (playlist_t *plt, int iter);
int
pl_getselcount (void);
@@ -212,9 +212,15 @@ playItem_t *
pl_get_for_idx (int idx);
playItem_t *
+plt_get_item_for_idx (playlist_t *playlist, int idx, int iter);
+
+playItem_t *
pl_get_for_idx_and_iter (int idx, int iter);
int
+plt_get_item_idx (playlist_t *playlist, playItem_t *it, int iter);
+
+int
pl_get_idx_of (playItem_t *it);
int
@@ -428,9 +434,6 @@ pl_set_order (int order);
int
pl_get_order (void);
-int
-plt_get_item_idx (playlist_t *plt, playItem_t *it, int iter);
-
playlist_t *
pl_get_playlist (playItem_t *it);