Method

FoundryCiRunlist_artifacts

unstable since: 1.2

Declaration [src]

GListModel*
foundry_ci_run_list_artifacts (
  FoundryCiRun* self
)

Description [src]

Lists artifacts discovered by the run.

The returned model may emit GListModel::items-changed as the provider discovers artifacts.

Available since: 1.2

Return value

Type: A list model of GObject

A GListModel of FoundryCiArtifact.

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