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

Go to the source code of this file.

Data Structures

struct  _GTcpWrapperConnectionClass
 
struct  _GTcpWrapperConnection
 

Macros

#define G_TYPE_TCP_WRAPPER_CONNECTION   (g_tcp_wrapper_connection_get_type ())
 
#define G_TCP_WRAPPER_CONNECTION(inst)
 
#define G_TCP_WRAPPER_CONNECTION_CLASS(class)
 
#define G_IS_TCP_WRAPPER_CONNECTION(inst)
 
#define G_IS_TCP_WRAPPER_CONNECTION_CLASS(class)
 
#define G_TCP_WRAPPER_CONNECTION_GET_CLASS(inst)
 

Typedefs

typedef struct _GTcpWrapperConnectionPrivate GTcpWrapperConnectionPrivate
 
typedef struct _GTcpWrapperConnectionClass GTcpWrapperConnectionClass
 

Functions

GIO_AVAILABLE_IN_ALL GType g_tcp_wrapper_connection_get_type (void) G_GNUC_CONST
 
GIO_AVAILABLE_IN_ALL GSocketConnectiong_tcp_wrapper_connection_new (GIOStream *base_io_stream, GSocket *socket)
 
GIO_AVAILABLE_IN_ALL GIOStreamg_tcp_wrapper_connection_get_base_io_stream (GTcpWrapperConnection *conn)
 

Macro Definition Documentation

◆ G_IS_TCP_WRAPPER_CONNECTION

#define G_IS_TCP_WRAPPER_CONNECTION ( inst)
Value:
#define G_TYPE_TCP_WRAPPER_CONNECTION
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)
Definition gtype.h:541

Definition at line 39 of file gtcpwrapperconnection.h.

39#define G_IS_TCP_WRAPPER_CONNECTION(inst) (G_TYPE_CHECK_INSTANCE_TYPE ((inst), \
40 G_TYPE_TCP_WRAPPER_CONNECTION))

◆ G_IS_TCP_WRAPPER_CONNECTION_CLASS

#define G_IS_TCP_WRAPPER_CONNECTION_CLASS ( class)
Value:
#define G_TYPE_CHECK_CLASS_TYPE(g_class, g_type)
Definition gtype.h:610

Definition at line 41 of file gtcpwrapperconnection.h.

41#define G_IS_TCP_WRAPPER_CONNECTION_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), \
42 G_TYPE_TCP_WRAPPER_CONNECTION))

◆ G_TCP_WRAPPER_CONNECTION

#define G_TCP_WRAPPER_CONNECTION ( inst)
Value:

Definition at line 35 of file gtcpwrapperconnection.h.

35#define G_TCP_WRAPPER_CONNECTION(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), \
36 G_TYPE_TCP_WRAPPER_CONNECTION, GTcpWrapperConnection))

◆ G_TCP_WRAPPER_CONNECTION_CLASS

#define G_TCP_WRAPPER_CONNECTION_CLASS ( class)
Value:

Definition at line 37 of file gtcpwrapperconnection.h.

37#define G_TCP_WRAPPER_CONNECTION_CLASS(class) (G_TYPE_CHECK_CLASS_CAST ((class), \
38 G_TYPE_TCP_WRAPPER_CONNECTION, GTcpWrapperConnectionClass))

◆ G_TCP_WRAPPER_CONNECTION_GET_CLASS

#define G_TCP_WRAPPER_CONNECTION_GET_CLASS ( inst)
Value:
#define G_TYPE_INSTANCE_GET_CLASS(instance, g_type, c_type)
Definition gtype.h:571

Definition at line 43 of file gtcpwrapperconnection.h.

43#define G_TCP_WRAPPER_CONNECTION_GET_CLASS(inst) (G_TYPE_INSTANCE_GET_CLASS ((inst), \
44 G_TYPE_TCP_WRAPPER_CONNECTION, GTcpWrapperConnectionClass))

◆ G_TYPE_TCP_WRAPPER_CONNECTION

#define G_TYPE_TCP_WRAPPER_CONNECTION   (g_tcp_wrapper_connection_get_type ())

Definition at line 34 of file gtcpwrapperconnection.h.

Typedef Documentation

◆ GTcpWrapperConnectionClass

◆ GTcpWrapperConnectionPrivate

typedef struct _GTcpWrapperConnectionPrivate GTcpWrapperConnectionPrivate

Definition at line 46 of file gtcpwrapperconnection.h.

Function Documentation

◆ g_tcp_wrapper_connection_get_base_io_stream()

GIO_AVAILABLE_IN_ALL GIOStream * g_tcp_wrapper_connection_get_base_io_stream ( GTcpWrapperConnection * conn)

◆ g_tcp_wrapper_connection_get_type()

GIO_AVAILABLE_IN_ALL GType g_tcp_wrapper_connection_get_type ( void )

◆ g_tcp_wrapper_connection_new()

GIO_AVAILABLE_IN_ALL GSocketConnection * g_tcp_wrapper_connection_new ( GIOStream * base_io_stream,
GSocket * socket )