AgsTask
AgsTask — Perform operations in a thread safe context.
|
|
Includes
#include <ags/audio/ags_task.h>
Description
AgsTask object acts an interceptor in a thread safe context.
Functions
ags_task_launch ()
void
ags_task_launch (AgsTask *task
);
Intercept task.
Since 0.4
ags_task_failure ()
void
ags_task_failure (AgsTask *task
,
GError *error
);
Signals failure of task.
Since 0.4
ags_task_new ()
AgsTask *
ags_task_new ();
Creates a AgsTask
Since 0.4