DPAPRecord
GInputStream * dpap_record_read (DPAPRecord *record, GError **err);
DPAPRecord *record
GError **err
record
a DPAPRecord.
err
a GError.
A GInputStream that provides read-only access to the data stream associated with record.
struct DPAPRecordIface { GTypeInterface parent; GInputStream *(*read) (DPAPRecord * record, GError ** err); };