Function
GioCancellableSourceFunc
since: 2.28
Description [src]
This is the function type of the callback used for the GSource
returned by g_cancellable_source_new().
Available since: 2.28
Parameters
- cancellable
- 
            Type: GCancellableThe GCancellable.The argument can be NULL.The data is owned by the caller of the function. 
- data
- 
            Type: gpointerData passed in by the user. The argument can be NULL.The data is owned by the caller of the function.