Home
last modified time | relevance | path

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

/third_party/glib/gio/tests/
Dgdbus-bz627724.c27 static GDBusConnection *the_connection = NULL; variable
55 the_connection = g_bus_get_sync (G_BUS_TYPE_SESSION, in my_object_class_init()
59 g_assert (G_IS_DBUS_CONNECTION (the_connection)); in my_object_class_init()
68 g_assert (the_connection == NULL); in test_bz627724()
70 g_assert (the_connection != NULL); in test_bz627724()
71 g_object_unref (the_connection); in test_bz627724()