[vlc-commits] Add few more bool returns to libvlc.
Alexey Sokolov
git at videolan.org
Mon Jul 25 22:32:48 CEST 2011
vlc | branch: master | Alexey Sokolov <alexey at alexeysokolov.co.cc> | Tue Jul 26 01:41:41 2011 +0700| [666390fa235fa1f755c3eb961d5e92a4f84e00eb] | committer: Jean-Baptiste Kempf
Add few more bool returns to libvlc.
Didn't notice them first time.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=666390fa235fa1f755c3eb961d5e92a4f84e00eb
---
include/vlc/libvlc_media.h | 2 ++
include/vlc/libvlc_media_list_player.h | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/include/vlc/libvlc_media.h b/include/vlc/libvlc_media.h
index 0a220fc..bab44d5 100644
--- a/include/vlc/libvlc_media.h
+++ b/include/vlc/libvlc_media.h
@@ -378,6 +378,8 @@ LIBVLC_API libvlc_state_t libvlc_media_get_state(
* \param p_stats: structure that contain the statistics about the media
* (this structure must be allocated by the caller)
* \return true if the statistics are available, false otherwise
+ *
+ * \libvlc_return_bool
*/
LIBVLC_API int libvlc_media_get_stats( libvlc_media_t *p_md,
libvlc_media_stats_t *p_stats );
diff --git a/include/vlc/libvlc_media_list_player.h b/include/vlc/libvlc_media_list_player.h
index 66ccca6..58c0fd4 100644
--- a/include/vlc/libvlc_media_list_player.h
+++ b/include/vlc/libvlc_media_list_player.h
@@ -140,6 +140,8 @@ void libvlc_media_list_player_pause(libvlc_media_list_player_t * p_mlp);
*
* \param p_mlp media list player instance
* \return true for playing and false for not playing
+ *
+ * \libvlc_return_bool
*/
LIBVLC_API int
libvlc_media_list_player_is_playing( libvlc_media_list_player_t * p_mlp );
More information about the vlc-commits
mailing list