From e2a7223e0cba6430726bd3c39eea8647099e97f1 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Mon, 30 Nov 2009 21:09:40 +0100 Subject: ported in-widget dnd into gtkui plugin --- playlist.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'playlist.h') diff --git a/playlist.h b/playlist.h index d7b3790c..55445bb7 100644 --- a/playlist.h +++ b/playlist.h @@ -205,4 +205,7 @@ pl_get_cursor (int iter); void pl_set_cursor (int iter, int cursor); +void +pl_move_items (int iter, playItem_t *drop_before, uint32_t *indexes, int count); + #endif // __PLAYLIST_H -- cgit v1.2.3