Method
GioTlsConnectionget_interaction
since: 2.30
Declaration [src]
GTlsInteraction*
g_tls_connection_get_interaction (
GTlsConnection* conn
)
Description [src]
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
Gets property | Gio.TlsConnection:interaction |
Return value
Type: GTlsInteraction
The interaction object.
The returned data is owned by the instance. |
The return value can be NULL . |