Ags.DestroyWorker¶
- Subclasses:
None
Methods¶
- Inherited:
Ags.WorkerThread (5), Ags.Thread (48), 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 (
object
orNone
) – theAgs.DestroyWorker
destroy_func (
Ags.DestroyFunc
) – theAgs.DestroyFunc
Add ptr for destruction using destroy_func.
New in version 3.0.0.
- classmethod get_instance()¶
- Returns:
the
Ags.DestroyWorker
instance- 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.