Method

RBStaticPlaylistSourceadd_entry

Declaration [src]

void
rb_static_playlist_source_add_entry (
  RBStaticPlaylistSource* source,
  RhythmDBEntry* entry,
  gint index
)

Description [src]

Adds the specified entry to the playlist.

Parameters

entry

Type: RhythmDBEntry

Entry to add to the playlist.

The data is owned by the caller of the method.
index

Type: gint

Position at which to add it (-1 to add at the end).