Virtual Method
RBMediaPlayerSourcedelete_entries
Declaration [src]
void
delete_entries (
RBMediaPlayerSource* source,
GList* entries,
GAsyncReadyCallback callback,
gpointer data
)
Parameters
entries-
Type: A list of
RhythmDBEntry*List of entries to delete.
The instance takes ownership of the data, and is responsible for freeing it. callback-
Type:
GAsyncReadyCallbackCallback to call on completion.
data-
Type:
gpointerData for callback.
The argument can be NULL.The data is owned by the caller of the method.