[ CCode ( instance_pos = 2.9 ) ]
[ Version ( since = "2.48" ) ]
public delegate bool DatagramBasedSourceFunc (DatagramBased datagram_based, IOCondition condition)
This is the function type of the callback used for the SocketSource returned by create_source.
datagram_based |
the DatagramBased |
condition |
the current condition at the source fired |
user_data |
data passed in by the user |
g_source_remove if the source should be removed, g_source_continue otherwise |