]> git.sesse.net Git - vlc/commitdiff
Add few more bool returns to libvlc.
authorAlexey Sokolov <alexey@alexeysokolov.co.cc>
Mon, 25 Jul 2011 18:41:41 +0000 (01:41 +0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 25 Jul 2011 20:31:29 +0000 (22:31 +0200)
Didn't notice them first time.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
include/vlc/libvlc_media.h
include/vlc/libvlc_media_list_player.h

index 0a220fcf94f0776a9c440e2b5ba81ddfabb4177c..bab44d54579a28d1ffda36fee2d5bdc19147c795 100644 (file)
@@ -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 );
index 66ccca69a1c920f5c541c6af5296760084fd3d53..58c0fd4c55cfb40c3451d67244555ee83dade2e9 100644 (file)
@@ -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 );