Searched refs:G_IS_UNIX_CONNECTION (Results 1 – 6 of 6) sorted by relevance
92 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()
33 #define G_IS_UNIX_CONNECTION(inst) (G_TYPE_CHECK_INSTANCE_TYPE ((inst), … macro
597 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()
2469 if (G_IS_UNIX_CONNECTION (connection->stream)) in get_offered_capabilities_max()
1379 g_assert (G_IS_UNIX_CONNECTION (c)); in test_unix_connection()1395 g_assert (G_IS_UNIX_CONNECTION (connection)); in create_connection_for_fd()
2258 G_IS_UNIX_CONNECTION