This interface is used to provide a generic test on medialists. Note that instead of providing an object with this interface to a method that requires it, you may instead give a raw javascript function. eg: More...
import"sbIMediaPageManager.idl";
Public Member Functions | |
PRBool | match (in sbIMediaList aList, [optional] in sbILibraryConstraint aConstraint) |
Callback method used to perform the test on the medialist. More... | |
This interface is used to provide a generic test on medialists. Note that instead of providing an object with this interface to a method that requires it, you may instead give a raw javascript function. eg:
Definition at line 146 of file sbIMediaPageManager.idl.
PRBool sbIMediaListMatch::match | ( | in sbIMediaList | aList, |
[optional] in sbILibraryConstraint | aConstraint | ||
) |
Callback method used to perform the test on the medialist.
aList | the media list to attempt to match |
aConstraint | (optional) A library constrain used as an additional matching criteria |