GAsyncResultIface

Interface definition for #GAsyncResult.

Members

Variables

gIface
GTypeInterface gIface;

The parent interface.

getSourceObject
ObjectC* function(GAsyncResult* res) getSourceObject;

Gets the source object that issued the asynchronous operation.

getUserData
void* function(GAsyncResult* res) getUserData;

Gets the user data passed to the callback.

isTagged
bool function(GAsyncResult* res, void* sourceTag) isTagged;

Checks if a result is tagged with a particular source.