Package ch.bailu.gtk.gio
Interface Mount.OnPreUnmount
- Enclosing class:
- Mount
- 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 TypeMethodDescriptionvoid
This signal may be emitted when the #GMount is about to be
unmounted.
-
Method Details
-
onPreUnmount
void onPreUnmount()This signal may be emitted when the #GMount is about to be
unmounted.
This signal depends on the backend and is only emitted if
GIO was used to unmount.
-