Method
ClapperQueuefind_item
Declaration [src]
gboolean
clapper_queue_find_item (
ClapperQueue* queue,
ClapperMediaItem* item,
guint* index
)
Parameters
item
-
Type:
ClapperMediaItem
A
ClapperMediaItem
to search for.The data is owned by the caller of the method. index
-
Type:
guint*
Return location for the index of the element, if found.
The argument will be set by the function. The argument can be NULL
.