From 7bb3c466e0fe245d35b00ee698cdbbd09027f9e6 Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Thu, 24 Dec 2009 10:04:16 +0100 Subject: [PATCH] libvlc: Fix documentation regarding drawable-nsobject. --- include/vlc/libvlc_media_player.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h index 48107ab771..090e743ec4 100644 --- a/include/vlc/libvlc_media_player.h +++ b/include/vlc/libvlc_media_player.h @@ -205,17 +205,11 @@ VLC_PUBLIC_API void libvlc_media_player_stop ( libvlc_media_player_t *, libvlc_e * The object minimal_macosx expects is of kind NSObject and should * respect the protocol: * - * @protocol VLCOpenGLVoutEmbedding + * @protocol VLCOpenGLVideoViewEmbedding * - (void)addVoutSubview:(NSView *)view; * - (void)removeVoutSubview:(NSView *)view; - * - * - (void)enterFullscreen; - * - (void)leaveFullscreen; - * - * - (BOOL)stretchesVideo; - * - (void)setOnTop: (BOOL)ontop; // Do we really want that in protocol? * @end - * + * * You can find a live example in VLCVideoView in VLCKit.framework. * * \param p_mi the Media Player -- 2.39.2