Method

FoundryFutureItemdup_item

unstable since: 1.2

Declaration [src]

GObject*
foundry_future_item_dup_item (
  FoundryFutureItem* self
)

Description [src]

Gets the object resolved by the observed future.

Available since: 1.2

Return value

Type: GObject

A GObject or NULL.

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