]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc_media_player.h
libvlc: Fix documentation regarding drawable-nsobject.
[vlc] / 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