Signal
RBRhythmDB::entry-changed
Declaration
void
entry_changed (
RhythmDB* self,
RhythmDBEntry* entry,
gpointer changes,
gpointer user_data
)
Description [src]
Emitted when a database entry is modified. The changes list
contains a structure for each entry property that has been modified.
| Default handler: The default handler is called after the handlers added via |
Parameters
entry-
Type:
RhythmDBEntryThe changed
RhythmDBEntry.The data is owned by the caller of the function. changes-
Type: An array of
NoneA
GPtrArrayofRhythmDBEntryChangestructures describing the changes.