Method
ValentMediaAdapterplayer_removed
unstable since: 1.0
Declaration [src]
void
valent_media_adapter_player_removed (
ValentMediaAdapter* adapter,
ValentMediaPlayer* player
)
Description [src]
Called when player has been removed from adapter.
This method should only be called by implementations of
ValentMediaAdapter. adapter will drop its reference on player
and emit GListModel::items-changed.
Available since: 1.0
Parameters
player-
Type:
ValentMediaPlayerA
ValentMediaPlayer.The data is owned by the caller of the method.