GAsyncResultIface

Interface definition for GAsyncResult. GTypeInterface g_iface; The parent interface. get_user_data () Gets the user data passed to the callback. get_source_object () Gets the source object that issued the asynchronous operation.

Members

Variables

gIface
GTypeInterface gIface;
Undocumented in source.
getSourceObject
GObject* function(GAsyncResult* res) getSourceObject;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getUserData
void* function(GAsyncResult* res) getUserData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta