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