C# Class Tangerine.Plugins.SpotlightPlugin

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

Public Methods

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

Private Methods

Method Description
OnSpotlightCallback ( IntPtr item ) : void
QueryLoop ( ) : void
tangerine_item_get_album ( IntPtr item ) : string
tangerine_item_get_artist ( IntPtr item ) : string
tangerine_item_get_bitrate ( IntPtr item ) : short
tangerine_item_get_duration ( IntPtr item ) : int
tangerine_item_get_path ( IntPtr item ) : string
tangerine_item_get_title ( IntPtr item ) : string
tangerine_run_music_query ( SpotlightHelperDelegate cb ) : void
tangerine_stop_music_query ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SpotlightPlugin() public method

public SpotlightPlugin ( ) : System
return System