pub type GTlsInteractionResult = c_uint;
Expand description
GTlsInteractionResult: @G_TLS_INTERACTION_UNHANDLED: The interaction was unhandled (i.e. not implemented). @G_TLS_INTERACTION_HANDLED: The interaction completed, and resulting data is available. @G_TLS_INTERACTION_FAILED: The interaction has failed, or was cancelled. and the operation should be aborted.
#GTlsInteractionResult is returned by various functions in #GTlsInteraction when finishing an interaction request.
Since: 2.30