AsyncReadyCallback


Description:

public delegate void AsyncReadyCallback (Object? source_object, AsyncResult res)

Type definition for a function that will be called back when an asynchronous operation within GIO has been completed.

Parameters:

source_object

the object the asynchronous operation was started with.

res

a AsyncResult.

user_data

user data passed to the callback.


Namespace: GLib
Package: gio-2.0