Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gdtlsserverconnection.h File Reference

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 GDatagramBasedg_dtls_server_connection_new (GDatagramBased *base_socket, GTlsCertificate *certificate, GError **error)
 

Macro Definition Documentation

◆ G_DTLS_SERVER_CONNECTION

#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.

◆ G_DTLS_SERVER_CONNECTION_GET_INTERFACE

#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.

◆ G_IS_DTLS_SERVER_CONNECTION

#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.

◆ G_TYPE_DTLS_SERVER_CONNECTION

#define G_TYPE_DTLS_SERVER_CONNECTION   (g_dtls_server_connection_get_type ())

Definition at line 33 of file gdtlsserverconnection.h.

Typedef Documentation

◆ GDtlsServerConnectionInterface

Function Documentation

◆ g_dtls_server_connection_get_type()

GIO_AVAILABLE_IN_2_48 GType g_dtls_server_connection_get_type ( void )

◆ g_dtls_server_connection_new()

GIO_AVAILABLE_IN_2_48 GDatagramBased * g_dtls_server_connection_new ( GDatagramBased * base_socket,
GTlsCertificate * certificate,
GError ** error )