Class

DexAsyncResult

Description

final class Dex.AsyncResult : GObject.Object {
  /* No available fields */
}
No description available.

Hierarchy

hierarchy this DexAsyncResult implements_0 GAsyncResult this--implements_0 ancestor_0 GObject ancestor_0--this

Ancestors

  • GObject

Implements

  • GAsyncResult

Constructors

dex_async_result_new
No description available.

Instance methods

dex_async_result_await

Tracks the result of future and uses the value to complete async_result, eventually calling the registered GAsyncReadyCallback.

dex_async_result_dup_future

Gets the future for the DexAsyncResult, or NULL if a future is not available.

dex_async_result_get_name
No description available.
dex_async_result_propagate_boolean
No description available.
dex_async_result_propagate_double
No description available.
dex_async_result_propagate_int
No description available.
dex_async_result_propagate_pointer
No description available.
dex_async_result_set_name
No description available.
dex_async_result_set_priority
No description available.
dex_async_result_set_static_name
No description available.

Class structure

struct DexAsyncResultClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.