From 5c2b089be764990d6947e142223b12647ca40fa9 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 15 Nov 2009 13:08:21 +0100 Subject: gtkui plugin WIP --- playlist.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'playlist.h') diff --git a/playlist.h b/playlist.h index 570c7bd1..4856c5f3 100644 --- a/playlist.h +++ b/playlist.h @@ -177,4 +177,10 @@ pl_reset_cursor (void); float pl_get_totaltime (void); +playItem_t * +pl_getcurrent (void); + +void +pl_set_selected (playItem_t *it, int sel); + #endif // __PLAYLIST_H -- cgit v1.2.3