C# Class Tangerine.Plugins.AmarokPlugin

Inheritance: IDisposable
ファイルを表示 Open project: snorp/tangerine

Public Methods

Method Description
AmarokPlugin ( ) : System
Dispose ( ) : void

Private Methods

Method Description
CommitLoop ( ) : void
FetchStrings ( string table ) : string>.Dictionary
Init ( ) : void
InitPlaylists ( ) : void
OnAmarokChanged ( Inotify watch, string path, string subitem, string srcpath, Inotify type ) : void
OnPlaylistsChanged ( Inotify watch, string path, string subitem, string srcpath, Inotify type ) : void
OpenConnection ( ) : bool
RefreshPlaylist ( string plfile ) : void
RefreshPlaylists ( ) : void
RefreshTracks ( ) : void
RemovePlaylist ( string plfile ) : void

Method Details

AmarokPlugin() public method

public AmarokPlugin ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void