GSocketSourceFunc

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

alias GSocketSourceFunc = int function(GSocket* socket, GIOCondition condition, void* userData)

Return Value

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

Meta

Since

2.22