Signal

RBEntryView::entry-deleted

Declaration

void
entry_deleted (
  RBEntryView* self,
  RhythmDBEntry* entry,
  gpointer user_data
)

Description [src]

Emitted when an entry has been removed from the view.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Parameters

entry

Type: RhythmDBEntry

The RhythmDBEntry that was removed.

The data is owned by the caller of the function.