Dex.FutureListModel

g Dex.FutureListModel Dex.FutureListModel GObject.GInterface GObject.GInterface Gio.ListModel Gio.ListModel GObject.GInterface->Gio.ListModel GObject.Object GObject.Object GObject.Object->Dex.FutureListModel Gio.ListModel->Dex.FutureListModel

Subclasses:

None

Methods

Inherited:

GObject.Object (37), Gio.ListModel (4)

Structs:

GObject.ObjectClass (5)

dup_future ()

Virtual Methods

Inherited:

GObject.Object (7), Gio.ListModel (3)

Properties

None

Signals

Inherited:

GObject.Object (1), Gio.ListModel (1)

Fields

Inherited:

GObject.Object (1), Gio.ListModel (1)

Class Details

class Dex.FutureListModel(**kwargs)
Bases:

GObject.Object, Gio.ListModel

Abstract:

No

Structure:

Dex.FutureListModelClass

This class provides a [iface`Gio`.ListModel] implementation that will expand to the contents of another [iface`Gio`.ListModel] from a [class`Dex`.Future].

New in version 1.1.

dup_future()
Returns:

a [class`Dex`.Future] that resolves to a [iface`Gio`.ListModel] or rejects with error.

Return type:

Dex.Future

Gets the future provided when creating the list model.

New in version 1.1.