Lines Matching refs:GUnixConnection
30 … 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…
94 GCredentials *g_unix_connection_receive_credentials_finish (GUnixConnection *conn…