Flags¶
- EBookContacts.BookClientViewFlags
- EBookContacts.BookCursorStepFlags
- EBookContacts.BookOperationFlags
Details¶
- 
class EBookContacts.BookClientViewFlags(value)¶
- Bases: - GObject.GFlags- Flags that control the behaviour of an #EBookClientView. - New in version 3.4. - 
NONE= 0¶
- Symbolic value for no flags 
 
- 
- 
class EBookContacts.BookCursorStepFlags(value)¶
- Bases: - GObject.GFlags- Defines the behaviour of e_book_client_cursor_step(). - New in version 3.12. - 
MOVE= 1¶
- The cursor position should be modified while stepping 
 - 
FETCH= 2¶
- Traversed contacts should be listed and returned while stepping. 
 
- 
- 
class EBookContacts.BookOperationFlags(value)¶
- Bases: - GObject.GFlags- Book operation flags, to specify behavior in certain situations. The conflict resolution mode flags cannot be combined together, where the - EBookContacts.BookOperationFlags.CONFLICT_KEEP_LOCALis the default behavior (and it is used when no other conflict resolution flag is set). The flags can be ignored when the operation or the backend don’t support it.- New in version 3.34. - 
CONFLICT_KEEP_LOCAL= 0¶
- conflict resolution mode, to use local data (and always overwrite server data), when a conflict is detected 
 - 
NONE= 0¶
- no operation flags defined 
 - 
CONFLICT_FAIL= 1¶
- conflict resolution mode, to fail and do not do any changes, when a conflict is detected 
 - 
CONFLICT_USE_NEWER= 2¶
- conflict resolution mode, to use newer of the local and the server side data, when a conflict is detected 
 - 
CONFLICT_KEEP_SERVER= 4¶
- conflict resolution mode, to use the server data (and local changed), when a conflict is detected 
 - 
CONFLICT_WRITE_COPY= 8¶
- conflict resolution mode, to create a copy of the data, when a conflict is detected 
 
-