daap-share
DAAPShare * daap_share_new (const char *name, const char *password, DMAPDb *db, DMAPContainerDb *container_db, gchar *transcode_mimetype);
const char *name
const char *password
DMAPDb *db
DMAPContainerDb *container_db
gchar *transcode_mimetype
Creates a new DAAP share and publishes it using mDNS.
name
The name that will be published by mDNS.
password
A share password or NULL.
db
A media database.
container_db
A container (album) database.
transcode_mimetype
A transcode mimetype or NULL.
a pointer to a DAAPShare.