Method

GioTlsConnectionget_interaction

since: 2.30

Declaration

GTlsInteraction*
g_tls_connection_get_interaction (
  GTlsConnection* conn
)

Description

Get the object that will be used to interact with the user. It will be used for things like prompting the user for passwords. If NULL is returned, then no user interaction will occur for this connection.

Available since: 2.30

Return value

Type: GTlsInteraction

The interaction object.

The data is owned by the instance.
The return value can be NULL.