GDatagramBasedSourceFunc

This is the function type of the callback used for the glib.Source returned by g_datagram_based_create_source().

alias GDatagramBasedSourceFunc = int function(GDatagramBased* datagramBased, GIOCondition condition, void* userData)

Return Value

G_SOURCE_REMOVE if the source should be removed, G_SOURCE_CONTINUE otherwise

Meta

Since

2.48