EDataServer.SourceBackend
Properties
| Name | Type | Flags | Short Description | 
|---|
| backend-name | str | r/w/c/en | The name of the backend handling the data source | 
 
Class Details
- 
class EDataServer.SourceBackend(**kwargs)
- 
Contains only private data that should be read and manipulated using the
functions below. 
- 
dup_backend_name()
- 
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.
 
 
- 
get_backend_name()
- 
| Returns: | the backend name for self | 
|---|
 | Return type: | str | 
|---|
 
 - Returns the backend name for self. 
 
- 
set_backend_name(backend_name)
- 
| Parameters: | backend_name ( strorNone) – a backend name, orNone | 
|---|
 
 - Sets the backend name for self. - The internal copy of backend_name is automatically stripped of leading
and trailing whitespace.  If the resulting string is empty, - Noneis set
instead.
 
 
 
Property Details
- 
EDataServer.SourceBackend.props.backend_name
- 
The name of the backend handling the data source