Method

GioDtlsClientConnectionget_server_identity

since: 2.48

Declaration [src]

GSocketConnectable*
g_dtls_client_connection_get_server_identity (
  GDtlsClientConnection* conn
)

Description [src]

Gets conns expected server identity.

Available since: 2.48

Return value

Type: GSocketConnectable

A GSocketConnectable describing the expected server identity, or NULL if the expected identity is not known.

The returned data is owned by the instance.