nsISupports
Last changed in Gecko 2.0 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1)void prompt([array, size_is(aCount)] in nsIVariant aAddons, [optional] in PRUint32 aCount); |
Prompt the user about newly blocked addons. The prompt is then responsible for soft-blocking any addons that need to be afterwards.
void prompt(
[array, size_is(aCount)] in nsIVariant aAddons,
in PRUint32 aCount Optional
);
aAddons
nsIBlocklistPrompt
to allows users to decide whether a soft-blocked add-on should be disabledtrue
if the item is hard-blocked, false
otherwisensIPluginTag
or Addon objectaCount
Optional