Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gio/gdtlsconnection.h>
Go to the source code of this file.
Data Structures | |
struct | _GDtlsServerConnectionInterface |
Macros | |
#define | G_TYPE_DTLS_SERVER_CONNECTION (g_dtls_server_connection_get_type ()) |
#define | G_DTLS_SERVER_CONNECTION(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), G_TYPE_DTLS_SERVER_CONNECTION, GDtlsServerConnection)) |
#define | G_IS_DTLS_SERVER_CONNECTION(inst) (G_TYPE_CHECK_INSTANCE_TYPE ((inst), G_TYPE_DTLS_SERVER_CONNECTION)) |
#define | G_DTLS_SERVER_CONNECTION_GET_INTERFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), G_TYPE_DTLS_SERVER_CONNECTION, GDtlsServerConnectionInterface)) |
Typedefs | |
typedef struct _GDtlsServerConnectionInterface | GDtlsServerConnectionInterface |
Functions | |
GIO_AVAILABLE_IN_2_48 GType | g_dtls_server_connection_get_type (void) G_GNUC_CONST |
GIO_AVAILABLE_IN_2_48 GDatagramBased * | g_dtls_server_connection_new (GDatagramBased *base_socket, GTlsCertificate *certificate, GError **error) |
#define G_DTLS_SERVER_CONNECTION | ( | inst | ) | (G_TYPE_CHECK_INSTANCE_CAST ((inst), G_TYPE_DTLS_SERVER_CONNECTION, GDtlsServerConnection)) |
Definition at line 34 of file gdtlsserverconnection.h.
#define G_DTLS_SERVER_CONNECTION_GET_INTERFACE | ( | inst | ) | (G_TYPE_INSTANCE_GET_INTERFACE ((inst), G_TYPE_DTLS_SERVER_CONNECTION, GDtlsServerConnectionInterface)) |
Definition at line 36 of file gdtlsserverconnection.h.
#define G_IS_DTLS_SERVER_CONNECTION | ( | inst | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((inst), G_TYPE_DTLS_SERVER_CONNECTION)) |
Definition at line 35 of file gdtlsserverconnection.h.
#define G_TYPE_DTLS_SERVER_CONNECTION (g_dtls_server_connection_get_type ()) |
Definition at line 33 of file gdtlsserverconnection.h.
typedef struct _GDtlsServerConnectionInterface GDtlsServerConnectionInterface |
Definition at line 38 of file gdtlsserverconnection.h.
GIO_AVAILABLE_IN_2_48 GType g_dtls_server_connection_get_type | ( | void | ) |
GIO_AVAILABLE_IN_2_48 GDatagramBased * g_dtls_server_connection_new | ( | GDatagramBased * | base_socket, |
GTlsCertificate * | certificate, | ||
GError ** | error ) |