Signal

RBRhythmDBImportJob::entry-added

Declaration

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

Description [src]

Emitted when an entry has been added to the database by the import job.

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.