Home
last modified time | relevance | path

Searched defs:_GDtlsConnectionInterface (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/gio/
Dgdtlsconnection.h55 struct _GDtlsConnectionInterface struct
57 GTypeInterface g_iface;
60 gboolean (*accept_certificate) (GDtlsConnection *connection,
65 gboolean (*handshake) (GDtlsConnection *conn,
69 void (*handshake_async) (GDtlsConnection *conn,
74 gboolean (*handshake_finish) (GDtlsConnection *conn,
78 gboolean (*shutdown) (GDtlsConnection *conn,
84 void (*shutdown_async) (GDtlsConnection *conn,
91 gboolean (*shutdown_finish) (GDtlsConnection *conn,
95 void (*set_advertised_protocols) (GDtlsConnection *conn,
[all …]