BookOperationFlags
Description:
[ CCode ( cprefix = "E_BOOK_OPERATION_FLAG_" , type_id = "e_book_operation_flags_get_type ()" ) ]
[ Flags ]
[ Version ( since = "3.34" ) ]
public enum BookOperationFlags
Book operation flags, to specify behavior in certain situations.
The conflict resolution mode flags cannot be combined together, where the E_BOOK_OPERATION_FLAG_CONFLICT_KEEP_LOCAL
is 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.
Content:
Enum values:
- CONFLICT_FAIL - conflict
resolution mode, to fail and do not do any changes, when a conflict is detected
- CONFLICT_KEEP_LOCAL -
conflict resolution mode, to use local data (and always overwrite server data), when a conflict is detected
- CONFLICT_KEEP_SERVER -
conflict resolution mode, to use the server data (and local changed), when a conflict is detected
- CONFLICT_USE_NEWER -
conflict resolution mode, to use newer of the local and the server side data, when a conflict is detected
- CONFLICT_WRITE_COPY -
conflict resolution mode, to create a copy of the data, when a conflict is detected
- NONE - no operation flags defined