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.

@FunctionalInterface public static interface Mount.OnPreUnmount
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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.