Package ch.bailu.gtk.glib
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.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onSourceDisposeFunc
(CallbackHandler __self, Source source) Dispose function for @source.
-
Method Details
-
onSourceDisposeFunc
Dispose function for @source. See g_source_set_dispose_function() for
details.- Parameters:
source
- #GSource that is currently being disposed
-