AsyncResultIfaceProxy

Proxy object for Gio.AsyncResult interface when a GObject has no applicable D binding

class AsyncResultIfaceProxy : IfaceProxy , AsyncResult {}

Mixed In Members

From mixin AsyncResultT!()

getSourceObject
gobject.object.ObjectG getSourceObject()

Gets the source object from a #GAsyncResult.

getUserData
void* getUserData()

Gets the user data from a #GAsyncResult.

isTagged
bool isTagged(void* sourceTag)

Checks if res has the given source_tag (generally a function pointer indicating the function res was created by).

legacyPropagateError
bool legacyPropagateError()

If res is a #GSimpleAsyncResult, this is equivalent to gio.simple_async_result.SimpleAsyncResult.propagateError. Otherwise it returns false.

Inherited Members

From AsyncResult

getSourceObject
gobject.object.ObjectG getSourceObject()

Gets the source object from a #GAsyncResult.

getUserData
void* getUserData()

Gets the user data from a #GAsyncResult.

isTagged
bool isTagged(void* sourceTag)

Checks if res has the given source_tag (generally a function pointer indicating the function res was created by).

legacyPropagateError
bool legacyPropagateError()

If res is a #GSimpleAsyncResult, this is equivalent to gio.simple_async_result.SimpleAsyncResult.propagateError. Otherwise it returns false.