Method
ClapperQueueselect_item
Declaration [src]
gboolean
clapper_queue_select_item (
ClapperQueue* queue,
ClapperMediaItem* item
)
Description [src]
Selects ClapperMediaItem
from queue
as current one or
unselects currently selected item when item
is NULL
.
Parameters
item
-
Type:
ClapperMediaItem
A
ClapperMediaItem
orNULL
to unselect.The argument can be NULL
.The data is owned by the caller of the method.