![]() |
![]() |
![]() |
libdmapsharing Reference Manual |
![]() |
---|---|---|---|---|
Top | Description |
#define DPAP_TYPE_CONNECTION #define DPAP_CONNECTION (o) #define DPAP_CONNECTION_CLASS (k) #define IS_DPAP_CONNECTION (o) #define IS_DPAP_CONNECTION_CLASS (k) #define DPAP_CONNECTION_GET_CLASS (o) typedef DPAPConnectionPrivate;GType dpap_connection_get_type (void
);DPAPConnection * dpap_connection_new (const
,char *nameconst
,char *host,
guint port,
gboolean password_protectedDMAPDb *db
,DMAPRecordFactory *factory
);
#define DPAP_TYPE_CONNECTION (dpap_connection_get_type ())
The type for
#define DPAP_CONNECTION(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), DPAP_TYPE_CONNECTION, DPAPConnection))
Casts a
|
Object which is subject to casting. |
#define DPAP_CONNECTION_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), DPAP_TYPE_CONNECTION, DPAPConnectionClass))
Casts a derived
|
a valid |
#define IS_DPAP_CONNECTION(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), DPAP_TYPE_CONNECTION))
Checks whether a valid DPAP_TYPE_CONNECTION
.
|
Instance to check for being a DPAP_TYPE_CONNECTION .
|
#define IS_DPAP_CONNECTION_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), DPAP_TYPE_CONNECTION))
Checks whether k
"is a" valid DPAP_CONNECTION
or derived.
|
a |
#define DPAP_CONNECTION_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), DPAP_TYPE_CONNECTION, DPAPConnectionClass))
Get the class structure associated to a
|
a |
Returns : |
pointer to object class structure. |
DPAPConnection * dpap_connection_new (const
,char *nameconst
,char *host,
guint port,
gboolean password_protectedDMAPDb *db
,DMAPRecordFactory *factory
);
|
|
|
|
|
|
|
|
|
|
|
|
Returns : |