Flags¶
Details¶
- 
class EBackend.CollectionBackendParts(value)¶
- Bases: - GObject.GFlags- Flags to check whether at least one of the asked for parts is enabled. - New in version 3.38.3. - 
ANY= -1¶
- Shortcut to have all parts checked. 
 - 
NONE= 0¶
- None - Camel.part.
 - 
CALENDAR= 1¶
- Check the calendar - Camel.part.
 - 
CONTACTS= 2¶
- Check the contacts - Camel.part.
 - 
MAIL= 4¶
- Check the mail - Camel.part.
 
- 
- 
class EBackend.SourcePermissionFlags(value)¶
- Bases: - GObject.GFlags- Initial permissions for a newly-loaded data source key file. - New in version 3.6. - 
NONE= 0¶
- The data source gets no initial permissions. 
 - 
WRITABLE= 1¶
- The data source is initially writable. 
 - 
REMOVABLE= 2¶
- The data source is initially removable. 
 
-