Top | ![]() |
![]() |
![]() |
![]() |
enum | EAuthenticationSessionResult |
enum | EDBusServerExitCode |
enum | ESourcePermissionFlags |
enum | EOfflineState |
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