[vlc-commits] lib/media_player: update set_android_context() comment

Thomas Guillem git at videolan.org
Tue Dec 20 19:31:55 CET 2016


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Dec 20 19:31:05 2016 +0100| [65deffb029df7cd3224c659106330ea4843f4035] | committer: Thomas Guillem

lib/media_player: update set_android_context() comment

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

 include/vlc/libvlc_media_player.h | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h
index b6e697e..97069f7 100644
--- a/include/vlc/libvlc_media_player.h
+++ b/include/vlc/libvlc_media_player.h
@@ -568,9 +568,8 @@ LIBVLC_API void *libvlc_media_player_get_hwnd ( libvlc_media_player_t *p_mi );
  * \version LibVLC 3.0.0 and later.
  *
  * \param p_mi the media player
- * \param p_awindow_handler org.videolan.libvlc.IAWindowNativeHandler jobject
- *        implemented by the org.videolan.libvlc.MediaPlayer class from the
- *        libvlc-android project.
+ * \param p_awindow_handler org.videolan.libvlc.AWindow jobject owned by the
+ *        org.videolan.libvlc.MediaPlayer class from the libvlc-android project.
  */
 LIBVLC_API void libvlc_media_player_set_android_context( libvlc_media_player_t *p_mi,
                                                          void *p_awindow_handler );



More information about the vlc-commits mailing list