import "sbILibraryChangeset.idl";
Public Attributes | |
readonly attribute nsIArray | sourceLists |
readonly attribute sbIMediaList | destinationList |
readonly attribute nsIArray | changes |
Definition at line 164 of file sbILibraryChangeset.idl.
readonly attribute nsIArray sbILibraryChangeset::sourceLists |
Source Libraries or MediaLists.
This is an array of sbIMediaList elements.
Definition at line 171 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 182 of file sbILibraryChangeset.idl.
readonly 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 192 of file sbILibraryChangeset.idl.