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

Go to the source code of this file.

Data Structures

struct  _GTcpConnectionClass
 
struct  _GTcpConnection
 

Macros

#define G_TYPE_TCP_CONNECTION   (g_tcp_connection_get_type ())
 
#define G_TCP_CONNECTION(inst)
 
#define G_TCP_CONNECTION_CLASS(class)
 
#define G_IS_TCP_CONNECTION(inst)
 
#define G_IS_TCP_CONNECTION_CLASS(class)
 
#define G_TCP_CONNECTION_GET_CLASS(inst)
 

Typedefs

typedef struct _GTcpConnectionPrivate GTcpConnectionPrivate
 
typedef struct _GTcpConnectionClass GTcpConnectionClass
 

Functions

GIO_AVAILABLE_IN_ALL GType g_tcp_connection_get_type (void) G_GNUC_CONST
 
GIO_AVAILABLE_IN_ALL void g_tcp_connection_set_graceful_disconnect (GTcpConnection *connection, gboolean graceful_disconnect)
 
GIO_AVAILABLE_IN_ALL gboolean g_tcp_connection_get_graceful_disconnect (GTcpConnection *connection)
 

Macro Definition Documentation

◆ G_IS_TCP_CONNECTION

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

Definition at line 39 of file gtcpconnection.h.

39#define G_IS_TCP_CONNECTION(inst) (G_TYPE_CHECK_INSTANCE_TYPE ((inst), \
40 G_TYPE_TCP_CONNECTION))

◆ G_IS_TCP_CONNECTION_CLASS

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

Definition at line 41 of file gtcpconnection.h.

41#define G_IS_TCP_CONNECTION_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), \
42 G_TYPE_TCP_CONNECTION))

◆ G_TCP_CONNECTION

#define G_TCP_CONNECTION ( inst)
Value:
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)
Definition gtype.h:528

Definition at line 35 of file gtcpconnection.h.

35#define G_TCP_CONNECTION(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), \
36 G_TYPE_TCP_CONNECTION, GTcpConnection))

◆ G_TCP_CONNECTION_CLASS

#define G_TCP_CONNECTION_CLASS ( class)
Value:
#define G_TYPE_CHECK_CLASS_CAST(g_class, g_type, c_type)
Definition gtype.h:597

Definition at line 37 of file gtcpconnection.h.

37#define G_TCP_CONNECTION_CLASS(class) (G_TYPE_CHECK_CLASS_CAST ((class), \
38 G_TYPE_TCP_CONNECTION, GTcpConnectionClass))

◆ G_TCP_CONNECTION_GET_CLASS

#define G_TCP_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 gtcpconnection.h.

43#define G_TCP_CONNECTION_GET_CLASS(inst) (G_TYPE_INSTANCE_GET_CLASS ((inst), \
44 G_TYPE_TCP_CONNECTION, GTcpConnectionClass))

◆ G_TYPE_TCP_CONNECTION

#define G_TYPE_TCP_CONNECTION   (g_tcp_connection_get_type ())

Definition at line 34 of file gtcpconnection.h.

Typedef Documentation

◆ GTcpConnectionClass

Definition at line 47 of file gtcpconnection.h.

◆ GTcpConnectionPrivate

typedef struct _GTcpConnectionPrivate GTcpConnectionPrivate

Definition at line 46 of file gtcpconnection.h.

Function Documentation

◆ g_tcp_connection_get_graceful_disconnect()

GIO_AVAILABLE_IN_ALL gboolean g_tcp_connection_get_graceful_disconnect ( GTcpConnection * connection)

◆ g_tcp_connection_get_type()

GIO_AVAILABLE_IN_ALL GType g_tcp_connection_get_type ( void )

◆ g_tcp_connection_set_graceful_disconnect()

GIO_AVAILABLE_IN_ALL void g_tcp_connection_set_graceful_disconnect ( GTcpConnection * connection,
gboolean graceful_disconnect )