import"sbILibraryChangeset.idl";
Public Attributes | |
readonly attribute AString | id |
readonly attribute AString | oldValue |
readonly attribute AString | newValue |
Public Attributes inherited from sbIChangeOperation | |
const unsigned long | UNKNOWN = 0 |
const unsigned long | ADDED = 0x10 |
const unsigned long | MODIFIED = 0x20 |
const unsigned long | MOVED = 0x30 |
const unsigned long | DELETED = 0x40 |
readonly attribute unsigned long | operation |
Definition at line 81 of file sbILibraryChangeset.idl.
readonly attribute AString sbIPropertyChange::id |
Property ID
The ID of the property that was changed. (e.g. http://songbirdnest.com/data/1.0#artistName)
Definition at line 89 of file sbILibraryChangeset.idl.
readonly attribute AString sbIPropertyChange::newValue |
The new value of the property.
Definition at line 99 of file sbILibraryChangeset.idl.
readonly attribute AString sbIPropertyChange::oldValue |
The original value of the property.
Definition at line 94 of file sbILibraryChangeset.idl.