[ CCode ( has_target = false ) ]
public delegate void SimpleAsyncThreadFunc (SimpleAsyncResult res, Object object, Cancellable? cancellable = null)
Simple thread function that runs an asynchronous operation and checks for cancellation.
res | |
object |
a Object. |
cancellable |
optional Cancellable object, null to ignore. |