X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/d8546c318b2dc71d68753ca0c0abe89f07c166b3..ca5ccb3472e33cd85f4ba7aee7e3ebe4e348b04e:/StatusWindowController.h diff --git a/StatusWindowController.h b/StatusWindowController.h index a57c128..118ca38 100755 --- a/StatusWindowController.h +++ b/StatusWindowController.h @@ -40,14 +40,19 @@ typedef enum { - (void)showSetupQueryWindow; - (void)showRegistrationQueryWindow; - (void)showReconnectQueryWindow; +- (void)showNetworkErrorQueryWindow; +- (void)showPreferencesUpdateWindow; - (void)showSongInfoWindowWithSource:(ITMTRemotePlayerSource)source title: (NSString *)title album: (NSString *)album artist: (NSString *)artist + composer: (NSString *)composer time: (NSString *)time // FLOW: Should probably be NSDate or something. track: (NSString *)track - rating: (int)rating; + rating: (int)rating + playCount: (int)playCount + image: (NSImage *)art; @end