Method

RBRhythmDBentry_keyword_add

Declaration [src]

gboolean
rhythmdb_entry_keyword_add (
  RhythmDB* db,
  RhythmDBEntry* entry,
  RBRefString* keyword
)

Description [src]

Adds a keyword to an entry.

Parameters

entry

Type: RhythmDBEntry

A RhythmDBEntry.

The data is owned by the caller of the method.
keyword

Type: RBRefString

The keyword to add.

The data is owned by the caller of the method.

Return value

Type: gboolean

Whether the keyword was already on the entry.