X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fmacosx%2Fupdate.h;h=45a3d5cee0c4512df4b3df40458cbf755237e0e7;hb=0ad4e448d1d8b54a75415370c7e2b56764c2c92b;hp=17429755063e1e0976216a8fda88f7e4c2778d25;hpb=0c9b2d28611409caa44eafff14e701168785fe99;p=vlc diff --git a/modules/gui/macosx/update.h b/modules/gui/macosx/update.h index 1742975506..45a3d5cee0 100644 --- a/modules/gui/macosx/update.h +++ b/modules/gui/macosx/update.h @@ -28,8 +28,10 @@ #ifdef UPDATE_CHECK #import +#import "intf.h" #import + @interface VLCUpdate : NSObject { IBOutlet id o_btn_DownloadNow; @@ -42,7 +44,7 @@ IBOutlet id o_chk_updateOnStartup; update_t * p_u; - vlc_bool_t b_checked; + bool b_checked; } - (IBAction)download:(id)sender; @@ -53,7 +55,7 @@ - (void)showUpdateWindow; - (void)checkForUpdate; -- (void)updateManagement: (vlc_bool_t) b_success; +- (void)setUpToDate: (BOOL)uptodate; - (void)performDownload:(NSString *)path; + (VLCUpdate *)sharedInstance;