[vlc-commits] macosx/open: simplify header
Felix Paul Kühne
git at videolan.org
Fri Aug 24 13:45:56 CEST 2012
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Aug 24 13:27:30 2012 +0200| [5bcbd287bc6ce583fbc84b6855c678920393663a] | committer: Felix Paul Kühne
macosx/open: simplify header
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5bcbd287bc6ce583fbc84b6855c678920393663a
---
modules/gui/macosx/open.h | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/modules/gui/macosx/open.h b/modules/gui/macosx/open.h
index 05289f6..509c727 100644
--- a/modules/gui/macosx/open.h
+++ b/modules/gui/macosx/open.h
@@ -248,13 +248,11 @@
+ (VLCOpen *)sharedInstance;
-- (void)setMRL:(NSString *)mrl;
-- (NSString *)MRL;
+ at property (readwrite) NSString *mrl;
+ at property (readonly) NSArray *qtkvideoDevices;
+ at property (readonly) NSArray *qtkaudioDevices;
-- (NSArray *)qtkvideoDevices;
- (void)qtkrefreshVideoDevices;
-
-- (NSArray *)qtkaudioDevices;
- (void)qtkrefreshAudioDevices;
- (void)setSubPanel;
More information about the vlc-commits
mailing list