Interface Source.OnSourceDisposeFunc

Enclosing class:
Source
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 Source.OnSourceDisposeFunc
  • Method Details

    • onSourceDisposeFunc

      void onSourceDisposeFunc(CallbackHandler __self, @Nonnull Source source)
      Dispose function for @source. See g_source_set_dispose_function() for
      details.
      Parameters:
      source - #GSource that is currently being disposed