AgsStopThread

AgsStopThread — stop all threads

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsStopThread

Includes

#include <ags/audio/task/ags_stop_thread.h>

Description

The AgsStopThread task stops all threads.

Functions

ags_stop_thread_new ()

AgsStopThread *
ags_stop_thread_new ();

Creates a new instance of AgsStopThread.

Returns

the new AgsStopThread.

Since: 3.16.10


AGS_IS_STOP_THREAD()

#define AGS_IS_STOP_THREAD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_STOP_THREAD))

AGS_IS_STOP_THREAD_CLASS()

#define AGS_IS_STOP_THREAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_STOP_THREAD))

AGS_STOP_THREAD()

#define AGS_STOP_THREAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_STOP_THREAD, AgsStopThread))

AGS_STOP_THREAD_CLASS()

#define AGS_STOP_THREAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_STOP_THREAD, AgsStopThreadClass))

AGS_STOP_THREAD_GET_CLASS()

#define AGS_STOP_THREAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_STOP_THREAD, AgsStopThreadClass))

ags_stop_thread_get_type ()

GType
ags_stop_thread_get_type ();

Types and Values

AGS_TYPE_STOP_THREAD

#define AGS_TYPE_STOP_THREAD                (ags_stop_thread_get_type())

struct AgsStopThread

struct AgsStopThread;

struct AgsStopThreadClass

struct AgsStopThreadClass {
  AgsTaskClass task;
};