EDataCal.CalBackendFactoryClass

Fields

Name

Type

Access

Description

backend_type

GObject.GType

r

The GObject.GType to use to build #EBookBackends for this factory

component_kind

ICalGLib.ComponentKind

r

The type if component this calendar backend should be created for

factory_name

str

r

The string identifier for this book backend type

parent_class

EBackend.BackendFactoryClass

r

Methods

None

Details

class EDataCal.CalBackendFactoryClass

Class structure for the EDataCal.CalBackendFactory class.

Subclasses need to set the factory name and backend type at initialization, the base class will take care of creating backends of the specified type on demand.