![]() |
![]() |
![]() |
libdmapsharing Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
struct DMAPRecordFactoryIface; DMAPRecord * dmap_record_factory_create (DMAPRecordFactory *factory
,gpointer user_data
);
struct DMAPRecordFactoryIface { 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. |