Home
last modified time | relevance | path

Searched refs:GUnixConnection (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/gio/
Dgunixconnection.h30 … G_TYPE_UNIX_CONNECTION, GUnixConnection))
40 typedef struct _GUnixConnection GUnixConnection; typedef
44 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GUnixConnection, g_object_unref)
61 gboolean g_unix_connection_send_fd (GUnixConnection *conn…
66 gint g_unix_connection_receive_fd (GUnixConnection *conn…
71 gboolean g_unix_connection_send_credentials (GUnixConnection *conn…
75 void g_unix_connection_send_credentials_async (GUnixConnection *conn…
80 gboolean g_unix_connection_send_credentials_finish (GUnixConnection *conn…
85 GCredentials *g_unix_connection_receive_credentials (GUnixConnection *conn…
89 void g_unix_connection_receive_credentials_async (GUnixConnection *conn…
[all …]
Dgunixconnection.c56 G_DEFINE_TYPE_WITH_CODE (GUnixConnection, g_unix_connection,
84 g_unix_connection_send_fd (GUnixConnection *connection, in g_unix_connection_send_fd()
138 g_unix_connection_receive_fd (GUnixConnection *connection, in g_unix_connection_receive_fd()
227 g_unix_connection_init (GUnixConnection *connection) in g_unix_connection_init()
319 g_unix_connection_send_credentials (GUnixConnection *connection, in g_unix_connection_send_credentials()
412 g_unix_connection_send_credentials_async (GUnixConnection *connection, in g_unix_connection_send_credentials_async()
438 g_unix_connection_send_credentials_finish (GUnixConnection *connection, in g_unix_connection_send_credentials_finish()
478 g_unix_connection_receive_credentials (GUnixConnection *connection, in g_unix_connection_receive_credentials()
684 g_unix_connection_receive_credentials_async (GUnixConnection *connection, in g_unix_connection_receive_credentials_async()
711 g_unix_connection_receive_credentials_finish (GUnixConnection *connection, in g_unix_connection_receive_credentials_finish()
/third_party/glib/docs/reference/gio/
Dgio-sections-common.txt2246 <TITLE>GUnixConnection</TITLE>
2247 GUnixConnection