Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgunixconnection.c92 g_return_val_if_fail (G_IS_UNIX_CONNECTION (connection), FALSE); in g_unix_connection_send_fd()
147 g_return_val_if_fail (G_IS_UNIX_CONNECTION (connection), -1); in g_unix_connection_receive_fd()
331 g_return_val_if_fail (G_IS_UNIX_CONNECTION (connection), FALSE); in g_unix_connection_send_credentials()
492 g_return_val_if_fail (G_IS_UNIX_CONNECTION (connection), NULL); in g_unix_connection_receive_credentials()
Dgunixconnection.h33 #define G_IS_UNIX_CONNECTION(inst) (G_TYPE_CHECK_INSTANCE_TYPE ((inst), … macro
Dgdbusauth.c597 if (G_IS_UNIX_CONNECTION (auth->priv->stream)) in _g_dbus_auth_run_client()
999 if (credentials == NULL && G_IS_UNIX_CONNECTION (auth->priv->stream)) in _g_dbus_auth_run_server()
Dgdbusconnection.c2469 if (G_IS_UNIX_CONNECTION (connection->stream)) in get_offered_capabilities_max()
/third_party/glib/gio/tests/
Dsocket.c1379 g_assert (G_IS_UNIX_CONNECTION (c)); in test_unix_connection()
1395 g_assert (G_IS_UNIX_CONNECTION (connection)); in create_connection_for_fd()
/third_party/glib/docs/reference/gio/
Dgio-sections-common.txt2258 G_IS_UNIX_CONNECTION