import "sbILibraryChangeset.idl";
Inheritance diagram for sbILibraryChange:
Public Attributes | |
readonly attribute unsigned long long | timestamp |
readonly attribute sbIMediaItem | sourceItem |
readonly attribute sbIMediaItem | destinationItem |
readonly attribute boolean | itemIsList |
readonly attribute nsIArray | properties |
Definition at line 107 of file sbILibraryChangeset.idl.
readonly attribute unsigned long long sbILibraryChange::timestamp |
Timestamp for the change.
This is a UNIX style timestamp.
Definition at line 114 of file sbILibraryChangeset.idl.
readonly attribute sbIMediaItem sbILibraryChange::sourceItem |
The source item that triggered the change.
In the case where the sourceItem was added; the destinationItem will be the same as the sourceItem.
Definition at line 123 of file sbILibraryChangeset.idl.
readonly attribute sbIMediaItem sbILibraryChange::destinationItem |
The destination item that should recieve the change.
The destination item may be the same as the source item.
In the case where the sourceItem was added; the destinationItem will be the same as the sourceItem.
Definition at line 135 of file sbILibraryChangeset.idl.
readonly attribute boolean sbILibraryChange::itemIsList |
Indicates if the item changed is a list.
If this attribute is true, the item will implement sbIMediaList.
Definition at line 145 of file sbILibraryChangeset.idl.
readonly attribute nsIArray sbILibraryChange::properties |
The item properties affected by the change.
This is an array of sbIPropertyChange elements.
Definition at line 155 of file sbILibraryChangeset.idl.