Signal
RBRhythmDB::entry-keyword-added
Declaration
void
entry_keyword_added (
RhythmDB* self,
RhythmDBEntry* entry,
RBRefString* keyword,
gpointer user_data
)
Description [src]
Emitted when a keyword is added to an entry.
| Default handler: The default handler is called after the handlers added via |
Parameters
entry-
Type:
RhythmDBEntryThe
RhythmDBEntryto which a keyword has been added.The data is owned by the caller of the function. keyword-
Type:
RBRefStringThe keyword that was added.
The data is owned by the caller of the function.