Home | History | Annotate | Download | only in gio

Lines Matching refs:monitors

46   GList *monitors;
68 while (monitor->monitors != NULL)
70 child_monitor = monitor->monitors->data;
91 for (l = monitor->monitors; l != NULL; l = l->next)
116 for (l = monitor->monitors; l != NULL; l = l->next)
142 for (l = monitor->monitors; l != NULL; l = l->next)
168 for (l = monitor->monitors; l != NULL; l = l->next)
194 for (l = monitor->monitors; l != NULL; l = l->next)
223 for (l = monitor->monitors; l != NULL; l = l->next)
369 if (g_list_find (union_monitor->monitors, volume_monitor))
372 union_monitor->monitors =
373 g_list_prepend (union_monitor->monitors,
395 l = g_list_find (union_monitor->monitors, child_monitor);
399 union_monitor->monitors = g_list_delete_link (union_monitor->monitors, l);
670 for (l = the_volume_monitor->monitors; l != NULL; l = l->next)