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