X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/0204d8a09b6f8fba377e6f856d78a50a36fa3010..f259f879db5bb904afca6f0fa31effa5511c476e:/MainController.h diff --git a/MainController.h b/MainController.h index 40887f9..21848e7 100755 --- a/MainController.h +++ b/MainController.h @@ -43,8 +43,9 @@ MTBlingController *bling; NSTimer *registerTimer; - BOOL timerUpdating; + BOOL timerUpdating, _checkingForServer, _popped; BOOL blinged; + NSLock *_serverCheckLock; } + (MainController *)sharedController; @@ -67,6 +68,7 @@ - (void)selectSongAtIndex:(int)index; - (void)selectSongRating:(int)rating; - (void)selectEQPresetAtIndex:(int)index; +- (void)makePlaylistWithTerm:(NSString *)term ofType:(int)type; - (void)showPlayer; - (void)showPreferences; - (void)showTestWindow;