conn_dispatches 20 lib/services/dbus.c static GList *conn_dispatches = NULL; conn_dispatches 42 lib/services/dbus.c conn_dispatches = g_list_prepend(conn_dispatches, connection); conn_dispatches 56 lib/services/dbus.c for (GList *gIter = conn_dispatches; gIter != NULL; gIter = gIter->next) { conn_dispatches 65 lib/services/dbus.c g_list_free(conn_dispatches); conn_dispatches 66 lib/services/dbus.c conn_dispatches = NULL;