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