Schnittstelle SourceFuncs.OnSourceFuncsFinalizeFunc

Umschließende Klasse:
SourceFuncs
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface SourceFuncs.OnSourceFuncsFinalizeFunc
  • Methodendetails

    • onSourceFuncsFinalizeFunc

      void onSourceFuncsFinalizeFunc(CallbackHandler __self, @Nonnull Source source)
      Finalizes the source.

      Called when the source is finalized. At this point, the source
      will have been destroyed, had its callback cleared, and have been removed
      from its [type@GLib.MainContext], but it will still have its final reference
      count, so methods can be called on it from within this function.
      Parameter:
      source - The #GSource