Signal

RBRhythmDBQueryModel::entry-removed

Declaration

void
entry_removed (
  RhythmDBQueryModel* self,
  RhythmDBEntry* entry,
  gpointer user_data
)

Description [src]

Emitted when an entry is removed from the model. There is some difference between this and the GtkTreeModel row-removed signal but I don’t know what it is right now.

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.