Method

AgsTaskLauncherremove_cyclic_task

since: 3.0.0

Declaration [src]

void
ags_task_launcher_remove_cyclic_task (
  AgsTaskLauncher* task_launcher,
  AgsTask* cyclic_task
)

Description [src]

Remove cyclic_task from 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.