queue_item_removed
Description:
[
NoWrapper ]
public abstract void queue_item_removed (
MediaItem item,
uint index)
An item was removed from queue.
Implementations that are interested in queue items removal should also implement [vfunc@Clapper.Reactable.queue_cleared].
Parameters:
| this |
a Reactable
|
| item |
a MediaItem that was removed
|
| index |
position from which item was removed in queue
|