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