Package: gio

Callback gio:cancellable-source-func

Declaration

lambda (cancellable) => result  

Values

cancellable
The g:cancellable object.
result
It should return false if the source should be removed.

Details

This is the function type of the callback used for the g:source instance returned by the g:cancellable-source-new function.
 

See also

#2024-10-23