]> git.sesse.net Git - vlc/commitdiff
libvlc: Fix documentation regarding drawable-nsobject.
authorPierre d'Herbemont <pdherbemont@free.fr>
Thu, 24 Dec 2009 09:04:16 +0000 (10:04 +0100)
committerPierre d'Herbemont <pdherbemont@free.fr>
Thu, 24 Dec 2009 16:22:21 +0000 (17:22 +0100)
include/vlc/libvlc_media_player.h

index 48107ab771711d97909f2e4d4236ca8ae8b0313e..090e743ec46dd123dd3fd2f1ce005632529fcfb5 100644 (file)
@@ -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 <NSObject>
  * - (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