|
|
|
|
libdmapsharing Reference Manual |
|
|---|---|---|---|---|
| Top | Description | ||||
#define DPAP_TYPE_SHARE #define DPAP_SHARE (o) #define DPAP_SHARE_CLASS (k) #define IS_DPAP_SHARE (o) #define IS_DPAP_SHARE_CLASS (k) #define DPAP_SHARE_GET_CLASS (o) typedef DPAPSharePrivate;GType dpap_share_get_type (void);DPAPShare * dpap_share_new (const,char *nameconst,char *password,gpointer db,gpointer container_db);gchar *transcode_mimetype
#define DPAP_SHARE(o)
Casts a
|
|
Object which is subject to casting. |
#define DPAP_SHARE_CLASS(k)
Casts a derived
|
|
a valid |
#define IS_DPAP_SHARE(o)
Checks whether a valid DPAP_TYPE_SHARE.
|
|
Instance to check for being a DPAP_TYPE_SHARE.
|
#define IS_DPAP_SHARE_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), DPAP_TYPE_SHARE))
Checks whether k "is a" valid DPAP_SHARE or derived.
|
|
a |
#define DPAP_SHARE_GET_CLASS(o)
Get the class structure associated to a
|
|
a |
|
Returns : |
pointer to object class structure. |
DPAPShare * dpap_share_new (const,char *nameconst,char *password,gpointer db,gpointer container_db);gchar *transcode_mimetype
Creates a new DPAP 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 DPAPShare. |