EDataServer.SourceBackend¶
- Subclasses:
EDataServer.SourceAddressBook
,EDataServer.SourceCollection
,EDataServer.SourceMailAccount
,EDataServer.SourceMailTransport
,EDataServer.SourceSelectable
Methods¶
- Inherited:
- Structs:
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/c/en |
The name of the backend handling the data source |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class EDataServer.SourceBackend(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
Contains only private data that should be read and manipulated using the functions below.
New in version 3.6.
- dup_backend_name()¶
- Returns:
a newly-allocated copy of
EDataServer.SourceBackend
:backend-name
- Return type:
Thread-safe variation of
EDataServer.SourceBackend.get_backend_name
(). Use this function when accessing self from multiple threads.The returned string should be freed with
GLib.free
() when no longer needed.New in version 3.6.
- get_backend_name()¶
-
Returns the backend name for self.
New in version 3.6.