Go to the source code of this file.
◆ 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 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 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 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 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 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
◆ GTcpConnectionClass
◆ GTcpConnectionPrivate
◆ g_tcp_connection_get_graceful_disconnect()
◆ g_tcp_connection_get_type()
◆ g_tcp_connection_set_graceful_disconnect()