]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/CoreInteraction.h
macosx: minor code optimization
[vlc] / modules / gui / macosx / CoreInteraction.h
index c673c2c9e2ab1fe1fcf6d63bf52123c1f1ca1473..2db0a04c2d7f3ac569b07121570f5feacf84c452 100644 (file)
@@ -38,7 +38,7 @@
 @property (readonly) NSString * nameOfCurrentPlaylistItem;
 @property (nonatomic, readwrite) BOOL mute;
 
-- (void)play;
+- (void)playOrPause;
 - (void)pause;
 - (void)stop;
 - (void)faster;