GPollableSourceFunc

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

alias GPollableSourceFunc = int function(GObject* pollableStream, void* userData)

Return Value

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

Meta

Since

2.28