![]() |
![]() |
![]() |
libdmapsharing Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
struct DPAPRecordIface; GInputStream * dpap_record_read (DPAPRecord *record
,GError **err
);
struct DPAPRecordIface { 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. |