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: ClapperMediaItem

A ClapperMediaItem that was removed.

The data is owned by the caller of the method.
index

Type: guint

Position from which item was removed in queue.