Go to the source code of this file.
◆ 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 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 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:
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)
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:
#define G_TYPE_CHECK_CLASS_CAST(g_class, g_type, c_type)
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 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
◆ GTcpWrapperConnectionClass
◆ GTcpWrapperConnectionPrivate
◆ g_tcp_wrapper_connection_get_base_io_stream()
◆ g_tcp_wrapper_connection_get_type()
◆ g_tcp_wrapper_connection_new()