Virtual Method
ClapperReactablequeue_item_removed
since: 0.10
Declaration [src]
void
queue_item_removed (
ClapperReactable* reactable,
ClapperMediaItem* item,
guint index
)
Description [src]
An item was removed from queue.
Implementations that are interested in queue items removal
should also implement Clapper.ReactableInterface.queue_cleared.
Available since: 0.10
Parameters
item-
Type:
ClapperMediaItemA
ClapperMediaItemthat was removed.The data is owned by the caller of the method. index-
Type:
guintPosition from which
itemwas removed in queue.