| libdmapsharing Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
struct DMAPRecordFactoryInterface; DMAPRecord * dmap_record_factory_create (DMAPRecordFactory *factory,gpointer user_data);
struct DMAPRecordFactoryInterface {
GTypeInterface parent;
DMAPRecord *(*create) (DMAPRecordFactory *factory, gpointer user_data);
};
DMAPRecord * dmap_record_factory_create (DMAPRecordFactory *factory,gpointer user_data);
|
A DMAPRecordFactory. |
|
Some piece of data that may be used to initialize return value. |
Returns : |
a new DMAPRecord as read from path. |