Home
last modified time | relevance | path

Searched refs:GTcpConnection (Results 1 – 6 of 6) sorted by relevance

/third_party/glib/gio/
Dgtcpconnection.c38 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()
Dgtcpconnection.h34 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);
Dgtcpwrapperconnection.h54 GTcpConnection parent_instance;
Dgio-autocleanups.h135 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GTcpConnection, g_object_unref)
Dgiotypes.h215 typedef struct _GTcpConnection GTcpConnection; typedef
/third_party/glib/docs/reference/gio/
Dgio-sections-common.txt2271 <TITLE>GTcpConnection</TITLE>
2272 GTcpConnection