EDataBook.BookBackendFactoryClass¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| backend_type | GObject.GType | r | The GObject.GTypeto use to buildEDataBook.BookBackendsfor 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.BookBackendFactoryclass.- 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.