From 3e353f8d1a41585b4715eaf0dfeed057b8a23b15 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 4 Apr 2010 13:32:15 +0200 Subject: implemented dragndrop between different playlists --- playlist.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'playlist.h') 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); @@ -265,6 +271,9 @@ pl_set_cursor (int iter, int cursor); 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); -- cgit v1.2.3