[vlc-devel] commit: Doxygen updates ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Feb 6 19:19:41 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Feb  6 20:19:21 2010 +0200| [1dd84033773738a8ca439552fdbefbd30175b876] | committer: Rémi Denis-Courmont 

Doxygen updates

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1dd84033773738a8ca439552fdbefbd30175b876
---

 include/vlc/libvlc_media_player.h |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h
index bf47933..88b858e 100644
--- a/include/vlc/libvlc_media_player.h
+++ b/include/vlc/libvlc_media_player.h
@@ -221,7 +221,6 @@ VLC_PUBLIC_API void * libvlc_media_player_get_nsobject ( libvlc_media_player_t *
  *
  * \param p_mi the Media Player
  * \param drawable the agl handler
- * \param p_e an initialized exception pointer
  */
 VLC_PUBLIC_API void libvlc_media_player_set_agl ( libvlc_media_player_t *p_mi, uint32_t drawable );
 
@@ -649,7 +648,6 @@ VLC_PUBLIC_API int libvlc_video_get_spu_count( libvlc_media_player_t * );
  * Get the description of available video subtitles.
  *
  * \param p_mediaplayer the media player
- * \param p_e an initialized exception pointer
  * \return list containing description of available video subtitles
  */
 VLC_PUBLIC_API libvlc_track_description_t *
@@ -669,7 +667,6 @@ VLC_PUBLIC_API int libvlc_video_set_spu( libvlc_media_player_t *, unsigned );
  *
  * \param p_mediaplayer the media player
  * \param psz_subtitle new video subtitle file
- * \param p_e an initialized exception pointer
  * \return the success status (boolean)
  */
 VLC_PUBLIC_API int libvlc_video_set_subtitle_file( libvlc_media_player_t *, const char * );
@@ -678,7 +675,6 @@ VLC_PUBLIC_API int libvlc_video_set_subtitle_file( libvlc_media_player_t *, cons
  * Get the description of available titles.
  *
  * \param p_mediaplayer the media player
- * \param p_e an initialized exception pointer
  * \return list containing description of available titles
  */
 VLC_PUBLIC_API libvlc_track_description_t *
@@ -689,7 +685,6 @@ VLC_PUBLIC_API libvlc_track_description_t *
  *
  * \param p_mediaplayer the media player
  * \param i_title selected title
- * \param p_e an initialized exception pointer
  * \return list containing description of available chapter for title i_title
  */
 VLC_PUBLIC_API libvlc_track_description_t *
@@ -732,7 +727,6 @@ VLC_PUBLIC_API void libvlc_video_set_teletext( libvlc_media_player_t *, int );
  * Toggle teletext transparent status on video output.
  *
  * \param p_mediaplayer the media player
- * \param p_e an initialized exception pointer
  */
 VLC_PUBLIC_API void libvlc_toggle_teletext( libvlc_media_player_t * );
 
@@ -1012,7 +1006,6 @@ VLC_PUBLIC_API int libvlc_audio_output_get_device_type(
  * \param mp vlc instance
  * \param device_type the audio device type,
           according to \see libvlc_audio_output_device_types_t
- * \param p_e an initialized exception pointer
  */
 VLC_PUBLIC_API void libvlc_audio_output_set_device_type( libvlc_media_player_t *,
                                                          int );
@@ -1045,7 +1038,6 @@ VLC_PUBLIC_API void libvlc_audio_set_mute( libvlc_media_player_t *, int );
  * Get current audio level.
  *
  * \param mp media player
- * \param p_e an initialized exception pointer
  * \return the audio level (int)
  */
 VLC_PUBLIC_API int libvlc_audio_get_volume( libvlc_media_player_t * );




More information about the vlc-devel mailing list