Method

RBRhythmDBentry_keyword_remove

Declaration [src]

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

Description [src]

Removed a keyword from an entry.

Parameters

entry

Type: RhythmDBEntry

A RhythmDBEntry.

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

Type: RBRefString

The keyword to remove.

The data is owned by the caller of the method.

Return value

Type: gboolean

Whether the keyword had previously been added to the entry.