summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-04 13:32:15 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-04 13:32:15 +0200
commit3e353f8d1a41585b4715eaf0dfeed057b8a23b15 (patch)
treec651c2443efaa6004c0ab19c56aefe2961c8d1b0 /playlist.h
parent1af02622022d9100b302c7dd7e8bc08793bead38 (diff)
implemented dragndrop between different playlists
Diffstat (limited to 'playlist.h')
-rw-r--r--playlist.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/playlist.h b/playlist.h
index 9651e148..b6c8403f 100644
--- a/playlist.h
+++ b/playlist.h
@@ -93,6 +93,12 @@ plt_get_curr_ptr (void);
int
plt_get_count (void);
+playItem_t *
+plt_get_head (int plt);
+
+int
+plt_get_sel_count (int plt);
+
int
plt_add (int before, const char *title);
@@ -266,6 +272,9 @@ void
pl_move_items (int iter, playItem_t *drop_before, uint32_t *indexes, int count);
void
+pl_copy_items (int iter, int plt_from, playItem_t *before, uint32_t *indices, int cnt);
+
+void
pl_search_reset (void);
void