EDataBook.BookBackendFactoryClass

Fields

Name Type Access Description
backend_type GObject.GType r The GObject.GType to use to build EDataBook.BookBackends for this factory
factory_name str r The string identifier for this book backend type
parent_class EBackend.BackendFactoryClass r  

Methods

None

Details

class EDataBook.BookBackendFactoryClass

Class structure for the EDataBook.BookBackendFactory 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.