EDataServer.SourceWebDAVNotes¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/c/en |
Default file extension for new notes |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class EDataServer.SourceWebDAVNotes(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Contains only private data that should be read and manipulated using the functions below.
New in version 3.44.
- dup_default_ext()¶
- Returns:
a newly-allocated copy of
EDataServer.SourceWebDAVNotes
:default-ext
, orNone
, when none is set- Return type:
Thread-safe variation of
EDataServer.SourceWebDAVNotes.get_default_ext
(). 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.44.
- get_default_ext()¶
-
Returns the default file extension for new notes.
New in version 3.44.