Home | History | Annotate | Download | only in gio

Lines Matching refs:volumes

50   GList *volumes;
85 g_list_foreach (monitor->volumes, (GFunc)g_object_unref, NULL);
86 g_list_free (monitor->volumes);
99 g_list_foreach (monitor->volumes, (GFunc)g_object_unref, NULL);
100 g_list_free (monitor->volumes);
101 monitor->volumes = NULL;
132 l = g_list_copy (monitor->volumes);
208 /* Update both to make sure volumes are created before mounts */
219 /* Update both to make sure volumes are created before mounts */
314 for (l = monitor->volumes; l != NULL; l = l->next)
367 monitor->volumes = g_list_remove (monitor->volumes, volume);
381 monitor->volumes = g_list_prepend (monitor->volumes, volume);