GTlsInteractionResult

GTlsInteractionResult is returned by various functions in GTlsInteraction when finishing an interaction request. 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. Since 2.30

Values

ValueMeaning
UNHANDLED
HANDLED
FAILED

Meta