GCancellableSourceFunc

This is the function type of the callback used for the glib.Source returned by Cancellable.sourceNew.

alias GCancellableSourceFunc = int function(GCancellable* cancellable, void* userData)

Return Value

it should return FALSE if the source should be removed.

Meta

Since

2.28