]> git.sesse.net Git - vlc/commitdiff
Use \deprecated explicitly for l_v_get_height and l_v_get_widget
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 20 Nov 2010 13:52:47 +0000 (15:52 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 20 Nov 2010 13:54:09 +0000 (15:54 +0200)
include/vlc/libvlc_media_player.h

index 9ff0cf92d9ebba1f5f5f83cff98fb5265d93d6ad..205ffaf4916461bfef15a068d81ff2a549df479b 100644 (file)
@@ -699,7 +699,7 @@ int libvlc_video_get_size( libvlc_media_player_t *p_mi, unsigned num,
 
 /**
  * Get current video height.
- * You should use libvlc_video_get_size() instead.
+ * \deprecated Use libvlc_video_get_size() instead.
  *
  * \param p_mi the media player
  * \return the video pixel height or 0 if not applicable
@@ -709,7 +709,7 @@ int libvlc_video_get_height( libvlc_media_player_t *p_mi );
 
 /**
  * Get current video width.
- * You should use libvlc_video_get_size() instead.
+ * \deprecated Use libvlc_video_get_size() instead.
  *
  * \param p_mi the media player
  * \return the video pixel width or 0 if not applicable