Method

AgsTaskLauncheradd_cyclic_task

since: 3.0.0

Declaration [src]

void
ags_task_launcher_add_cyclic_task (
  AgsTaskLauncher* task_launcher,
  AgsTask* cyclic_task
)

Description [src]

Add cyclic_task to task_launcher.

Available since: 3.0.0

Parameters

cyclic_task

Type: AgsTask

The cyclic AgsTask.

The data is owned by the caller of the function.