Method

AgsTaskLauncheradd_task_all

since: 3.0.0

Declaration [src]

void
ags_task_launcher_add_task_all (
  AgsTaskLauncher* task_launcher,
  GList* list
)

Description [src]

Add all list to task_launcher.

Available since: 3.0.0

Parameters

list

Type: A list of AgsTask*

The GList-struct containing AgsTask.

The data is owned by the caller of the function.