EDataBook.DataBookDirect¶
- Subclasses:
 None
Methods¶
- Inherited:
 - Structs:
 
class  | 
  | 
  | 
Virtual Methods¶
- Inherited:
 
Properties¶
None
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
parent  | 
r  | 
Class Details¶
- class EDataBook.DataBookDirect(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
- classmethod new(backend_path, backend_factory_name, config)¶
 - Parameters:
 backend_path (
str) – Full path to the installed backend shared librarybackend_factory_name (
str) – Type name of theEDataBook.BookBackendFactoryimplemented by the libraryconfig (
str) – A backend specific configuration string
- Returns:
 A newly created
EDataBook.DataBookDirect- Return type:
 
Creates an
EDataBook.DataBookDirectto report configuration data needed for direct read access.This is returned by
EDataBook.BookBackend.get_direct_book() for backends which support direct read access mode.New in version 3.8.
- register_gdbus_object(connection, object_path)¶
 - Parameters:
 connection (
Gio.DBusConnection) – TheGio.DBusConnectionto register withobject_path (
str) – The object path to place the direct access configuration data
- Raises:
 - Return type:
 
Places self on the connection at object_path
New in version 3.8.