IUnityProxy.idl
Go to the documentation of this file.
1 #include "nsISupports.idl"
2 #include "nsIObserverService.idl"
3 
4 [scriptable, uuid(bae7b6e1-dc21-48ee-91e1-419329b0a941)]
6 {
7  void InitializeFor(in string desktopFileName, in string windowTitle);
8  void SoundMenuSetTrackInfo(in string title, in string artist, in string album, in string coverFilePath);
9  void SoundMenuSetPlayingState(in PRInt16 playing);
10  void HideWindow();
11  void ShowWindow();
12 };
void SoundMenuSetPlayingState(in PRInt16 playing)
void ShowWindow()
void InitializeFor(in string desktopFileName, in string windowTitle)
var uuid
var getService(Components.interfaces.nsIWindowMediator).getMostRecentWindow('Songbird SBProperties artist
Definition: tuner2.js:40
void SoundMenuSetTrackInfo(in string title, in string artist, in string album, in string coverFilePath)
void HideWindow()