]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/output.h
macosx: get rid of the infamous 'get' prefixes everywhere and finally respect Cocoa...
[vlc] / modules / gui / macosx / output.h
index b6ba3eb9145250a2b7192f6bae3f7baaafc3098c..56aca1539cab01f83cfbf891606f315266b3980b 100644 (file)
@@ -84,7 +84,7 @@
 }
 
 - (void)setMRL:(NSArray *)o_mrl_string;
-- (NSArray *)getMRL;
+- (NSArray *)mrl;
 - (void)setTranscode:(NSString *)o_transcode_string;
 
 - (void)initStrings;