nsISupports
Last changed in Gecko 8.0 (Firefox 8.0 / Thunderbird 8.0 / SeaMonkey 2.5)void confirm(in nsIDOMWindow aWindow, in nsIURI aUri, [array, size_is(aCount)] in nsIVariant aInstalls, [optional] in PRUint32 aCount); |
Prior to Gecko 8.0, all references to nsIDOMWindow
used in this interface were nsIDOMWindow
.
Gets a confirmation that the user wants to start the installs.
void confirm(
in nsIDOMWindow aWindow,
in nsIURI aUri,
[array, size_is(aCount)] in nsIVariant aInstalls,
in PRUint32 aCount Optional
);
aWindow
aUri
aInstalls
AddonInstall
s that were requested.aCount
OptionalAddonInstall
s.