Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
gio-2.0
GLib
AsyncResult
get_source_object
get_user_data
AsyncResult
Object Hierarchy:
Description:
public
interface
AsyncResult
:
Object
Interface definition for
AsyncResult
.
All known implementing classes:
SimpleAsyncResult
Namespace:
GLib
Package:
gio-2.0
Content:
Methods:
public
abstract
weak
Object
get_source_object
()
Gets the source object from a
AsyncResult
.
public
abstract
void
*
get_user_data
()
Gets the user data from a
AsyncResult
.