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