Interface VolumeMonitorClass.OnGetMountForUuid

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.OnGetMountForUuid
  • Method Details

    • onGetMountForUuid

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