Function
GioSimpleAsyncThreadFunc
Declaration
void
(* GSimpleAsyncThreadFunc) (
  GSimpleAsyncResult* res,
  GObject* object,
  GCancellable* cancellable
)
Description [src]
Simple thread function that runs an asynchronous operation and checks for cancellation.
Parameters
- res
- 
            Type: GSimpleAsyncResultA GSimpleAsyncResult.The data is owned by the caller of the function. 
- object
- 
            Type: GObjectA GObject.The data is owned by the caller of the function. 
- cancellable
- 
            Type: GCancellableOptional GCancellableobject,NULLto ignore.The argument can be NULL.The data is owned by the caller of the function.