Virtual Method
ClapperReactableitem_updated
since: 0.10
Declaration [src]
void
item_updated (
ClapperReactable* reactable,
ClapperMediaItem* item,
ClapperReactableItemUpdatedFlags flags
)
Description [src]
An item in queue got updated.
This might be (or not) currently played item.
Implementations can compare it against the last item from
Clapper.ReactableInterface.played_item_changed if they
need to know that.
Available since: 0.10
Parameters
item-
Type:
ClapperMediaItemA
ClapperMediaItemthat was updated.The data is owned by the caller of the method. flags-
Type:
ClapperReactableItemUpdatedFlagsFlags informing which properties were updated.