import"sbILibraryChangeset.idl";
Public Attributes | |
readonly attribute nsIArray | sourceLists |
readonly attribute sbIMediaList | destinationList |
attribute nsIArray | changes |
Definition at line 174 of file sbILibraryChangeset.idl.
attribute nsIArray sbILibraryChangeset::changes |
Ordered array of changes.
This is an array of sbILibraryChange elements.
Applying these changes out of order to the destination will have adverse effects.
Definition at line 202 of file sbILibraryChangeset.idl.
readonly attribute sbIMediaList sbILibraryChangeset::destinationList |
Destination Library or MediaList.
This may be the same as the source library or media list when using sbILibraryLoggingService.
When using sbILibraryDiffingService, this will be the destination library or media listfor the changeset.
Definition at line 192 of file sbILibraryChangeset.idl.
readonly attribute nsIArray sbILibraryChangeset::sourceLists |
Source Libraries or MediaLists.
This is an array of sbIMediaList elements.
Definition at line 181 of file sbILibraryChangeset.idl.