[vlc-devel] commit: libvlc: Fix documentation regarding drawable-nsobject. (Pierre d' Herbemont )
git version control
git at videolan.org
Thu Dec 24 17:39:08 CET 2009
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Thu Dec 24 10:04:16 2009 +0100| [7bb3c466e0fe245d35b00ee698cdbbd09027f9e6] | committer: Pierre d'Herbemont
libvlc: Fix documentation regarding drawable-nsobject.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7bb3c466e0fe245d35b00ee698cdbbd09027f9e6
---
include/vlc/libvlc_media_player.h | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h
index 48107ab..090e743 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 <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
More information about the vlc-devel
mailing list