Songbird / Development / Songbird Add-Ons API Documentation

sbILibraryChange Interface Reference

import "sbILibraryChangeset.idl";

Inheritance diagram for sbILibraryChange:

sbIChangeOperation List of all members.

Public Attributes

readonly attribute unsigned
long long 
timestamp
readonly attribute sbIMediaItem sourceItem
readonly attribute sbIMediaItem destinationItem
readonly attribute boolean itemIsList
readonly attribute nsIArray properties

Detailed Description

See also:
sbILibraryChangeset sbIPropertyChange sbIChangeOperation

Definition at line 107 of file sbILibraryChangeset.idl.


Member Data Documentation

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.

See also:
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.

Note:
This may be null if the item in question was deleted.

Definition at line 155 of file sbILibraryChangeset.idl.


The documentation for this interface was generated from the following file:
Generated on Tue Mar 10 14:28:59 2009 for Songbird by  doxygen 1.5.2