Top | ![]() |
![]() |
![]() |
![]() |
enum | EAuthenticationSessionResult |
enum | EDBusServerExitCode |
enum | ESourcePermissionFlags |
enum | EOfflineState |
enum | EConflictResolution |
Completion codes used by EAuthenticationSession.
Since: 3.6
Exit codes submitted to e_dbus_server_quit()
and returned by
e_dbus_server_run()
.
The server's run state is unchanged. |
||
Normal termination. The process itself may now terminate. |
||
The server should reload its configuration and start again. Servers that do not support reloading may wish to intercept this exit code and stop the “quit-server” emission. |
Since: 3.6
Initial permissions for a newly-loaded data source key file.
Since: 3.6
Defines offline state of an object. Locally changed objects require synchronization with their remote storage.
Unknown offline state. |
||
The object if synchnized with no local changes. |
||
The object is locally created. |
||
The object is locally modified. |
||
The object is locally deleted. |
Since: 3.26
Defines what to do when a conflict between the locally stored and remotely stored object versions happen during object modify or remove.
Fail when a write-conflict occurs. |
||
Use newer version of the object, which can be either the server version or the local version of it. |
||
Keep server object on conflict. |
||
Write local version of the object on conflict. |
||
Create a new copy of the object on conflict. |
Since: 3.26