Enumeration
GioTlsInteractionResult
since: 2.30
Description [src]
GTlsInteractionResult is returned by various functions in GTlsInteraction
when finishing an interaction request.
Available since: 2.30
Members
- 
            G_TLS_INTERACTION_UNHANDLED
- 
            The interaction was unhandled (i.e. not implemented). - Value: 0
- Available since: 2.30
 
- Value: 
- 
            G_TLS_INTERACTION_HANDLED
- 
            The interaction completed, and resulting data is available. - Value: 1
- Available since: 2.30
 
- Value: 
- 
            G_TLS_INTERACTION_FAILED
- 
            The interaction has failed, or was cancelled. and the operation should be aborted. - Value: 2
- Available since: 2.30
 
- Value: