Class

DexTimeout

Description [src]

final class Dex.Timeout : GObject.TypeInstance
{
  /* No available fields */
}

DexTimeout is a DexFuture that will resolve after the configured period of time.

Hierarchy

hierarchy this DexTimeout ancestor_0 DexFuture ancestor_0--this ancestor_1 DexObject ancestor_1--ancestor_0

Ancestors

Constructors

dex_timeout_new_deadline
No description available.

dex_timeout_new_msec
No description available.

dex_timeout_new_seconds
No description available.

dex_timeout_new_usec
No description available.

Instance methods

dex_timeout_postpone_until
No description available.

Methods inherited from DexFuture (24)

Please see DexFuture for a full list of methods.

Methods inherited from DexObject (2)
dex_ref

Acquires a reference on the given object, and increases its reference count by one.

dex_unref

Releases a reference on the given object, and decreases its reference count by one.