示例#1
0
 public SpotlightPlugin()
 {
     cb = new SpotlightHelperDelegate (OnSpotlightCallback);
     Thread thread = new Thread(QueryLoop);
     thread.IsBackground = true;
     thread.Start ();
 }
示例#2
0
 private static extern void tangerine_run_music_query(SpotlightHelperDelegate cb);