GAsyncReadyCallback

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

alias GAsyncReadyCallback = void function(GObject* sourceObject, GAsyncResult* res, void* userData)

Meta