Method
RBRhythmDBentry_lookup_by_id
Declaration [src]
RhythmDBEntry*
rhythmdb_entry_lookup_by_id (
RhythmDB* db,
gint id
)
Return value
Type: RhythmDBEntry
The entry with id id
, or NULL if no such entry exists.
The returned data is owned by the instance. |