daap_record_read ()
GInputStream *
daap_record_read (DAAPRecord *record
,
GError **err
);
Returns
A GInputStream that provides read-only access to the data stream
associated with record.
daap_record_cmp_by_album ()
gint
daap_record_cmp_by_album (gpointer a
,
gpointer b
,
DMAPDb *db
);
Compares the two records associated with the provided keys according
to album. Suitable to sort lists of albums.