Package ch.bailu.gtk.glib
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.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
onSourceFuncsFinalizeFunc
(CallbackHandler __self, Source source) Finalizes the source.
-
Methodendetails
-
onSourceFuncsFinalizeFunc
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
-