00001 #include "nsISupports.idl" 00002 #include "tmozIActionObject.idl" 00003 00016 [scriptable, uuid(faf0e8a7-c1f5-4e14-869b-62e0b64d6dc6)] 00017 interface tmozILocalActionObject: tmozIActionObject 00018 { 00023 void setType(in AString type); 00024 00032 void add(in AString name, in AString value); 00033 };