Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gio/gtlsconnection.h>
Go to the source code of this file.
Data Structures | |
struct | _GTlsServerConnectionInterface |
Macros | |
#define | G_TYPE_TLS_SERVER_CONNECTION (g_tls_server_connection_get_type ()) |
#define | G_TLS_SERVER_CONNECTION(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), G_TYPE_TLS_SERVER_CONNECTION, GTlsServerConnection)) |
#define | G_IS_TLS_SERVER_CONNECTION(inst) (G_TYPE_CHECK_INSTANCE_TYPE ((inst), G_TYPE_TLS_SERVER_CONNECTION)) |
#define | G_TLS_SERVER_CONNECTION_GET_INTERFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), G_TYPE_TLS_SERVER_CONNECTION, GTlsServerConnectionInterface)) |
Typedefs | |
typedef struct _GTlsServerConnectionInterface | GTlsServerConnectionInterface |
Functions | |
GIO_AVAILABLE_IN_ALL GType | g_tls_server_connection_get_type (void) G_GNUC_CONST |
GIO_AVAILABLE_IN_ALL GIOStream * | g_tls_server_connection_new (GIOStream *base_io_stream, GTlsCertificate *certificate, GError **error) |
#define G_IS_TLS_SERVER_CONNECTION | ( | inst | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((inst), G_TYPE_TLS_SERVER_CONNECTION)) |
Definition at line 34 of file gtlsserverconnection.h.
#define G_TLS_SERVER_CONNECTION | ( | inst | ) | (G_TYPE_CHECK_INSTANCE_CAST ((inst), G_TYPE_TLS_SERVER_CONNECTION, GTlsServerConnection)) |
Definition at line 33 of file gtlsserverconnection.h.
#define G_TLS_SERVER_CONNECTION_GET_INTERFACE | ( | inst | ) | (G_TYPE_INSTANCE_GET_INTERFACE ((inst), G_TYPE_TLS_SERVER_CONNECTION, GTlsServerConnectionInterface)) |
Definition at line 35 of file gtlsserverconnection.h.
#define G_TYPE_TLS_SERVER_CONNECTION (g_tls_server_connection_get_type ()) |
Definition at line 32 of file gtlsserverconnection.h.
typedef struct _GTlsServerConnectionInterface GTlsServerConnectionInterface |
Definition at line 37 of file gtlsserverconnection.h.
GIO_AVAILABLE_IN_ALL GType g_tls_server_connection_get_type | ( | void | ) |
GIO_AVAILABLE_IN_ALL GIOStream * g_tls_server_connection_new | ( | GIOStream * | base_io_stream, |
GTlsCertificate * | certificate, | ||
GError ** | error ) |