enum Gio::TlsInteractionResult
Overview
#GTlsInteractionResult is returned by various functions in #GTlsInteraction when finishing an interaction request.
Defined in:
lib/gi-crystal/src/auto/gio-2.0/gio.crEnum Members
-
Unhandled =
0_u32
-
The interaction was unhandled (i.e. not implemented).
-
Handled =
1_u32
-
The interaction completed, and resulting data is available.
-
Failed =
2_u32
-
The interaction has failed, or was cancelled. and the operation should be aborted.
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.