Package ch.bailu.gtk.gio
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.
-
Method Summary
Modifier and TypeMethodDescriptiononGetVolumeForUuid
(CallbackHandler __self, VolumeMonitor volume_monitor, Str uuid)
-
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().
-