Object


Object Hierarchy:

Object hierarchy for Object

Description:

[ CCode ( ref_function = "dex_ref" , type_id = "dex_object_get_type ()" , unref_function = "dex_unref" ) ]
public abstract class Object

`DexObject` is the basic building block of types defined within libdex.

Futures, Schedulers, and Channels all inherit from `DexObject` which provides features like thread-safe weak pointers and memory management operations.

Objects that are integrating with GIO instead inherit from their natural type in GIO.


Namespace: Dex
Package: libdex-1

Content:

Creation methods:

Methods: