Method

GitlabListModelpopulate_all

Declaration [src]

DexFuture*
gitlab_list_model_populate_all (
  GitlabListModel* self
)

Description [src]

Gets a DexFuture that will resolve when all of the items within the model have been loaded from the API client.

Upon failure, the future will reject with error.

Return value

Type: DexFuture

A DexFuture.

The caller of the method takes ownership of the data, and is responsible for freeing it.