C# Class Banshee.Windows.VersionUpdater

Inheritance: Hyena.Downloader.DownloadManager
Datei anzeigen Open project: mono-soc-2011/banshee

Public Methods

Method Description
CheckForUpdates ( bool verbose ) : void
DisplayUpdateAvailableDialog ( ) : void

Private Methods

Method Description
DisplayMessage ( string title, string message, MessageType type ) : void
DisplayUpdateFinishedDownloadingDialog ( ) : void
OnDoapDownloaderFinished ( HttpDownloader obj ) : void
OnInstallerDownloaderFinished ( HttpDownloader obj ) : void
OnInstallerDownloaderProgress ( HttpDownloader obj ) : void

Method Details

CheckForUpdates() public method

public CheckForUpdates ( bool verbose ) : void
verbose bool
return void

DisplayUpdateAvailableDialog() public method

public DisplayUpdateAvailableDialog ( ) : void
return void