Searched refs:GTcpConnection (Results 1 – 6 of 6) sorted by relevance
38 G_DEFINE_TYPE_WITH_CODE (GTcpConnection, g_tcp_connection,40 G_ADD_PRIVATE (GTcpConnection)76 g_tcp_connection_init (GTcpConnection *connection) in g_tcp_connection_init()88 GTcpConnection *connection = G_TCP_CONNECTION (object); in g_tcp_connection_get_property()107 GTcpConnection *connection = G_TCP_CONNECTION (object); in g_tcp_connection_set_property()147 GTcpConnection *connection = G_TCP_CONNECTION (stream); in g_tcp_connection_close()254 GTcpConnection *connection = G_TCP_CONNECTION (stream); in g_tcp_connection_close_async()306 g_tcp_connection_set_graceful_disconnect (GTcpConnection *connection, in g_tcp_connection_set_graceful_disconnect()329 g_tcp_connection_get_graceful_disconnect (GTcpConnection *connection) in g_tcp_connection_get_graceful_disconnect()
34 G_TYPE_TCP_CONNECTION, GTcpConnection))62 void g_tcp_connection_set_graceful_disconnect (GTcpConnection *connection,65 gboolean g_tcp_connection_get_graceful_disconnect (GTcpConnection *connection);
54 GTcpConnection parent_instance;
135 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GTcpConnection, g_object_unref)
215 typedef struct _GTcpConnection GTcpConnection; typedef
2271 <TITLE>GTcpConnection</TITLE>2272 GTcpConnection