![]() |
![]() |
![]() |
libdmapsharing Reference Manual |
![]() |
---|---|---|---|---|
Top | Description |
#define DAAP_TYPE_SHARE #define DAAP_SHARE (o) #define DAAP_SHARE_CLASS (k) #define IS_DAAP_SHARE (o) #define IS_DAAP_SHARE_CLASS (k) #define DAAP_SHARE_GET_CLASS (o) typedef DAAPSharePrivate;GType daap_share_get_type (void
);DAAPShare * daap_share_new (const
,char *nameconst
,char *passwordDMAPDb *db
,DMAPContainerDb *container_db
,);
gchar *transcode_mimetype
#define DAAP_SHARE(o)
Casts a
|
Object which is subject to casting. |
#define DAAP_SHARE_CLASS(k)
Casts a derived
|
a valid |
#define IS_DAAP_SHARE(o)
Checks whether a valid DAAP_TYPE_SHARE
.
|
Instance to check for being a DAAP_TYPE_SHARE .
|
#define IS_DAAP_SHARE_CLASS(k)
Checks whether k
"is a" valid DAAP_SHARE
or derived.
|
a |
#define DAAP_SHARE_GET_CLASS(o)
Get the class structure associated to a
|
a |
Returns : |
pointer to object class structure. |
DAAPShare * daap_share_new (const
,char *nameconst
,char *passwordDMAPDb *db
,DMAPContainerDb *container_db
,);
gchar *transcode_mimetype
Creates a new DAAP share and publishes it using mDNS.
|
The name that will be published by mDNS. |
|
A share password or NULL. |
|
A media database. |
|
A container (album) database. |
|
A transcode mimetype or NULL. |
Returns : |
a pointer to a DAAPShare. |