conn_dispatches 16 lib/services/dbus.c static GList *conn_dispatches = NULL; conn_dispatches 455 lib/services/dbus.c conn_dispatches = g_list_prepend(conn_dispatches, connection); conn_dispatches 464 lib/services/dbus.c for (gIter = conn_dispatches; gIter != NULL; gIter = gIter->next) { conn_dispatches 473 lib/services/dbus.c g_list_free(conn_dispatches); conn_dispatches 474 lib/services/dbus.c conn_dispatches = NULL;