C# Class Banshee.LibraryWatcher.SourceWatcher

Inheritance: IDisposable
Datei anzeigen Open project: mono-soc-2011/banshee Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
SourceWatcher ( LibrarySource library ) : System

Private Methods

Method Description
AddTrack ( string track ) : void
GetMetadataHash ( QueueItem item ) : string
OnChanged ( object source, FileSystemEventArgs args ) : void
RemoveTrack ( string track ) : void
RenameTrack ( string oldFullPath, string fullPath ) : void
UpdateTrack ( string track ) : void
Watch ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SourceWatcher() public method

public SourceWatcher ( LibrarySource library ) : System
library Banshee.Library.LibrarySource
return System