Method

RBHistoryremove_entry

Declaration [src]

void
rb_history_remove_entry (
  RBHistory* hist,
  RhythmDBEntry* entry
)

Description [src]

Removes the specified entry from the history list.

Parameters

entry

Type: RhythmDBEntry

The RhythmDBEntry to remove.

The data is owned by the caller of the method.