[ CCode ( instance_pos = 1.9 ) ]
[ Version ( since = "2.28" ) ]
public delegate bool CancellableSourceFunc (Cancellable? cancellable = null)
This is the function type of the callback used for the SocketSource returned by CancellableSource.
cancellable |
the Cancellable |
user_data |
data passed in by the user. |
it should return false if the source should be removed. |