[vlc-devel] commit: Fix doxygen documentation. ( Rémi Duraffort )
git version control
git at videolan.org
Sun Feb 28 23:09:30 CET 2010
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Sun Feb 28 23:03:41 2010 +0100| [5abfcea36b2a03bda22266f8481e2f1a83b62dab] | committer: Rémi Duraffort
Fix doxygen documentation.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5abfcea36b2a03bda22266f8481e2f1a83b62dab
---
include/vlc/libvlc_media_list_player.h | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/include/vlc/libvlc_media_list_player.h b/include/vlc/libvlc_media_list_player.h
index 3a1f913..bd75635 100644
--- a/include/vlc/libvlc_media_list_player.h
+++ b/include/vlc/libvlc_media_list_player.h
@@ -79,6 +79,7 @@ VLC_PUBLIC_API void
* Return the event manager of this media_list_player.
*
* \param p_mlp media list player instance
+ * \return the event manager
*/
VLC_PUBLIC_API libvlc_event_manager_t *
libvlc_media_list_player_event_manager(libvlc_media_list_player_t * p_mlp);
@@ -94,6 +95,12 @@ VLC_PUBLIC_API void
libvlc_media_list_player_t * p_mlp,
libvlc_media_player_t * p_mi );
+/**
+ * Set the media list associated with the player
+ *
+ * \param p_mlp media list player instance
+ * \param p_mlist list of media
+ */
VLC_PUBLIC_API void
libvlc_media_list_player_set_media_list(
libvlc_media_list_player_t * p_mlp,
@@ -144,6 +151,13 @@ VLC_PUBLIC_API
int libvlc_media_list_player_play_item_at_index(libvlc_media_list_player_t * p_mlp,
int i_index);
+/**
+ * Play the given media item
+ *
+ * \param p_mlp media list player instance
+ * \param p_md the media instance
+ * \return 0 upon success, -1 if the media is not part of the media list
+ */
VLC_PUBLIC_API
int libvlc_media_list_player_play_item(libvlc_media_list_player_t * p_mlp,
libvlc_media_t * p_md);
More information about the vlc-devel
mailing list