Class

AgsDestroyWorker

[]

Description

class Ags.DestroyWorker : Ags.WorkerThread
  implements Ags.Connectable {
  destroy_interval: timespec*,
  destroy_mutex: GRecMutex,
  destroy_list: GList*
}

No description available.

[]

Implements

[]

Constructors

ags_destroy_worker_new

Create a new AgsDestroyWorker.

since: 3.0.0

[]

Functions

ags_destroy_worker_add

Add ptr for destruction using destroy_func.

since: 3.0.0

ags_destroy_worker_get_instance

Get your destroy worker instance.

since: 3.0.0

[]

Instance methods

Methods inherited from AgsWorkerThread (4)
Methods inherited from AgsThread (45)
Methods inherited from GObject (43)
Methods inherited from AgsConnectable (13)
[]

Properties

Properties inherited from AgsThread (3)
[]

Signals

Signals inherited from AgsWorkerThread (1)
Signals inherited from AgsThread (4)
Signals inherited from GObject (1)

Class structure