]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/coredialogs.h
macosx: Update progress dialog on the main thread, make check thread safe
[vlc] / modules / gui / macosx / coredialogs.h
index 239600b08c4047b59b59f35c751d517bab5ebdfe..2c9624713d0edfb27652b1328180a9b339214a74 100644 (file)
@@ -76,6 +76,8 @@
 }
 + (VLCCoreDialogProvider *)sharedInstance;
 
+@property (atomic,readwrite) BOOL progressCancelled;
+
 -(void)performEventWithObject: (NSValue *)o_value ofType: (const char*)type;
 
 -(void)showFatalDialog: (NSValue *)o_value;
@@ -88,7 +90,6 @@
 -(void)showProgressDialogOnMainThread: (NSValue *)o_value;
 -(void)showProgressDialog: (NSValue *)o_value;
 -(IBAction)progDialogAction:(id)sender;
--(BOOL)progressCancelled;
 -(void)updateProgressPanelWithText: (NSString *)string andNumber: (double)d_number;
 -(void)destroyProgressPanel;