ngIHideOnClose.idl
Go to the documentation of this file.
1 #include "nsISupports.idl"
2 #include "nsIObserverService.idl"
3 
4 [scriptable, uuid(ab61d3be-cfba-11e3-91bb-5404a6486fb4)]
6 {
7  void InitializeFor(in string desktopFileName, in string windowTitle);
8  void HideWindow();
9  void ShowWindow();
10 };
var uuid
void InitializeFor(in string desktopFileName, in string windowTitle)