Commit f05d228d authored by Olivier Aubert's avatar Olivier Aubert

include/vlc/mediacontrol.h: define mediacontrol_playlist_next_item prototype

parent f386482a
......@@ -275,6 +275,14 @@ mediacontrol_PlaylistSeq *
mediacontrol_playlist_get_list( mediacontrol_Instance *self,
mediacontrol_Exception *exception );
/**
* Play the next item
* \param self the mediacontrol instance
* \param exception an initialized exception pointer
*/
void
mediacontrol_playlist_next_item( mediacontrol_Instance *self,
mediacontrol_Exception *exception );
/*****************************************************************************
* A/V functions
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment