Home | History | Annotate | Download | only in gio

Lines Matching refs:uuid

330  * @uuid: the UUID to look for
332 * Finds a #GVolume object by its UUID (see g_volume_get_uuid())
339 const char *uuid)
344 g_return_val_if_fail (uuid != NULL, NULL);
348 return class->get_volume_for_uuid (volume_monitor, uuid);
354 * @uuid: the UUID to look for
356 * Finds a #GMount object by its UUID (see g_mount_get_uuid())
363 const char *uuid)
368 g_return_val_if_fail (uuid != NULL, NULL);
372 return class->get_mount_for_uuid (volume_monitor, uuid);