Method

RBStaticPlaylistSourceremove_entry

Declaration [src]

void
rb_static_playlist_source_remove_entry (
  RBStaticPlaylistSource* source,
  RhythmDBEntry* entry
)

Description [src]

Removes the specified entry from the playlist.

Parameters

entry

Type: RhythmDBEntry

The entry to remove.

The data is owned by the caller of the method.