GCancellableSourceFunc

This is the function type of the callback used for the #GSource returned by g_cancellable_source_new().

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

Return Value

it should return %FALSE if the source should be removed.

Meta

Since

2.28