Virtual Method

GioAsyncResultget_source_object

Declaration [src]

GObject*
get_source_object (
  GAsyncResult* res
)

Description [src]

Gets the source object from a GAsyncResult.

Return value

Type: GObject

A new reference to the source object for the res, or NULL if there is none.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.