Interface VolumeMonitorClass.OnGetVolumeForUuid

Enclosing class:
VolumeMonitorClass
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface VolumeMonitorClass.OnGetVolumeForUuid
  • Method Details

    • onGetVolumeForUuid

      Volume onGetVolumeForUuid(CallbackHandler __self, @Nonnull VolumeMonitor volume_monitor, @Nonnull Str uuid)
      Parameters:
      volume_monitor - a #GVolumeMonitor.
      uuid - the UUID to look for
      Returns:
      a #GVolume or %NULL if no such volume is available. Free the returned object with g_object_unref().