Package: glib

Function glib:source-is-destroyed

Lambda List

glib:source-is-destroyed (source)

Arguments

source -- a g:source instance

Return Value

True if source has been destroyed.

Details

Returns whether the source has been destroyed. This is important when you operate upon your objects from within idle handlers, but may have freed the object before the dispatch of your idle handler.
 

See also

2024-11-6