EDataServer.SourceResource¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/c/en |
Resource identity |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class EDataServer.SourceResource(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Contains only private data that should be read and manipulated using the functions below.
New in version 3.6.
- dup_identity()¶
- Returns:
a newly-allocated copy of
EDataServer.SourceResource
:identity
- Return type:
Thread-safe variation of
EDataServer.SourceResource.get_identity
(). 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_identity()¶
-
Returns the server-assigned identity of the remote resource associated with the
EDataServer.Source
to which self belongs.New in version 3.6.
- set_identity(identity)¶
-
Sets the server-assigned identity of the remote resource associated with the
EDataServer.Source
to which self belongs.The internal copy of identity is automatically stripped of leading and trailing whitespace. If the resulting string is empty,
None
is set instead.New in version 3.6.