Dmap.RecordFactory

g Dmap.RecordFactory Dmap.RecordFactory GObject.GInterface GObject.GInterface GObject.GInterface->Dmap.RecordFactory

Implementations:

None

Methods

create (user_data)

Virtual Methods

do_create (*user_data)

Properties

None

Signals

None

Fields

None

Class Details

class Dmap.RecordFactory
Bases:

GObject.GInterface

Structure:

Dmap.RecordFactoryInterface

create(user_data)
Parameters:

user_data (object or None) – Some piece of data that may be used to initialize return value.

Raises:

GLib.Error

Returns:

a new Dmap.Record, else None with error set.

Return type:

Dmap.Record

do_create(*user_data) virtual
Parameters:

user_data (object or None) – Some piece of data that may be used to initialize return value.

Returns:

a new Dmap.Record, else None with error set.

Return type:

Dmap.Record