Dmap.AvConnection

g Dmap.AvConnection Dmap.AvConnection Dmap.Connection Dmap.Connection Dmap.Connection->Dmap.AvConnection GObject.Object GObject.Object GObject.Object->Dmap.Connection

Subclasses:

None

Methods

Inherited:

Dmap.Connection (6), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new (name, host, port, db, factory)

Virtual Methods

Inherited:

Dmap.Connection (7), GObject.Object (7)

Properties

Inherited:

Dmap.Connection (12)

Signals

Inherited:

Dmap.Connection (6), GObject.Object (1)

Fields

Inherited:

Dmap.Connection (6), GObject.Object (1)

Name

Type

Access

Description

dmap_connection_instance

Dmap.Connection

r

Class Details

class Dmap.AvConnection(**kwargs)
Bases:

Dmap.Connection

Abstract:

No

Structure:

Dmap.AvConnectionClass

classmethod new(name, host, port, db, factory)
Parameters:
  • name (str) – The name of the share to connect to.

  • host (str) – The host of the share to connect to.

  • port (int) – The port of the share to connect to.

  • db (Dmap.Db) – The db that will receive the records found in the share.

  • factory (Dmap.RecordFactory) – A factory to create records.

Returns:

a pointer to a Dmap.AvConnection.

Return type:

Dmap.AvConnection

Create a new DAAP connection.