Ags.DestroyWorker¶
- Subclasses:
 None
Methods¶
- Inherited:
 Ags.WorkerThread (5), Ags.Thread (49), GObject.Object (37), Ags.Connectable (13)
- Structs:
 
class  | 
  | 
class  | 
  | 
class  | 
  | 
Virtual Methods¶
Properties¶
- Inherited:
 
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
destroy_interval  | 
r  | 
||
destroy_list  | 
[  | 
r  | 
|
destroy_mutex  | 
r  | 
||
worker_thread  | 
r  | 
Class Details¶
- class Ags.DestroyWorker(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
- classmethod add(destroy_worker, ptr, destroy_func)¶
 - Parameters:
 destroy_worker (
objectorNone) – theAgs.DestroyWorkerdestroy_func (
Ags.DestroyFunc) – theAgs.DestroyFunc
Add ptr for destruction using destroy_func.
New in version 3.0.0.
- classmethod get_instance()¶
 - Returns:
 the
Ags.DestroyWorkerinstance- Return type:
 
Get your destroy worker instance.
New in version 3.0.0.
- classmethod new()¶
 - Returns:
 the new
Ags.DestroyWorker- Return type:
 
Create a new
Ags.DestroyWorker.New in version 3.0.0.