CancellableSourceFunc


Description:

public delegate bool CancellableSourceFunc (Cancellable? cancellable = null)

This is the function type of the callback used for the SocketSource returned by source_new.

Parameters:

cancellable

the Cancellable

user_data

data passed in by the user.

Returns:

it should return false if the source should be removed.


Namespace: GLib
Package: gio-2.0