Signal

RBRhythmDBImportJob::scan-complete

Declaration

void
scan_complete (
  RhythmDBImportJob* self,
  gint total,
  gpointer user_data
)

Description [src]

Emitted when the directory scan is complete. Once the scan is complete, the total number of files to be processed will not change.

Default handler:

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

Parameters

total

Type: gint

The number of items scanned.