From: Pierre d'Herbemont Date: Thu, 24 Dec 2009 09:04:16 +0000 (+0100) Subject: libvlc: Fix documentation regarding drawable-nsobject. X-Git-Tag: 1.1.0-ff~1763 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=7bb3c466e0fe245d35b00ee698cdbbd09027f9e6;p=vlc libvlc: Fix documentation regarding drawable-nsobject. --- 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