Signal

RBRhythmDB::entry-added

Declaration

void
entry_added (
  RhythmDB* self,
  RhythmDBEntry* entry,
  gpointer user_data
)

Description [src]

Emitted when a new entry is added to the database.

Default handler:

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

Parameters

entry

Type: RhythmDBEntry

The newly added RhythmDBEntry.

The data is owned by the caller of the function.