]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/coredialogs.h
macosx: fixed playlist/video toggling and some memory leaks
[vlc] / modules / gui / macosx / coredialogs.h
index fe3a126938b6d39fde970cb260107d413720ae77..ea3829c0b9d602949af2d2bd63f866cc25c6214d 100644 (file)
 }
 + (VLCCoreDialogProvider *)sharedInstance;
 
--(void)performDialogEvent: (NSNotification *)o_notification;
+-(void)performEventWithObject: (NSValue *)o_value ofType: (const char*)type;
 
 -(void)showFatalDialog: (NSValue *)o_value;
+-(void)showFatalWaitDialog: (NSValue *)o_value;
 -(void)showQuestionDialog: (NSValue *)o_value;
 
 -(void)showLoginDialog: (NSValue *)o_value;
@@ -94,4 +95,4 @@
 
 -(id)errorPanel;
 
-@end
\ No newline at end of file
+@end