Signal

RBSongInfo::post-metadata-change

Declaration

void
post_metadata_change (
  RBSongInfo* self,
  RhythmDBEntry* entry,
  gpointer user_data
)

Description [src]

Emitted just after changes have been applied to the database. Probably useless.

Default handler:

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

Parameters

entry

Type: RhythmDBEntry

The RhythmDBEntry that was changed.

The data is owned by the caller of the function.