SimpleAsyncThreadFunc


Description:

[ 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.

Parameters:

res

a SimpleAsyncResult.

object

a Object.

cancellable

optional Cancellable object, null to ignore.


Namespace: GLib
Package: gio-2.0