Package ch.bailu.gtk.gio
Interface Mount.OnUnmounted
- 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 is emitted when the #GMount have been
unmounted.
-
Method Details
-
onUnmounted
void onUnmounted()This signal is emitted when the #GMount have been
unmounted. If the recipient is holding references to the
object they should release them so the object can be
finalized.
-