Constructor
FoundryFutureListModelnew
Declaration [src]
FoundryFutureListModel*
foundry_future_list_model_new (
GListModel* model,
DexFuture* future
)
Parameters
model
-
Type:
GObject
No description available.
The data is owned by the caller of the function. future
-
Type:
DexFuture
No description available.
The data is owned by the caller of the function.
Return value
Type: FoundryFutureListModel
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |