Method

RBRhythmDBentry_keyword_has

Declaration [src]

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

Description [src]

Checks whether a keyword is has been added 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 check for.

The data is owned by the caller of the method.

Return value

Type: gboolean

Whether the keyword had been added to the entry.