conn_dispatches    21 lib/services/dbus.c static GList *conn_dispatches = NULL;
conn_dispatches    43 lib/services/dbus.c         conn_dispatches = g_list_prepend(conn_dispatches, connection);
conn_dispatches    57 lib/services/dbus.c     for (GList *gIter = conn_dispatches; gIter != NULL; gIter = gIter->next) {
conn_dispatches    66 lib/services/dbus.c     g_list_free(conn_dispatches);
conn_dispatches    67 lib/services/dbus.c     conn_dispatches = NULL;