Ags.DestroyEntry¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
destroy_func |
r |
the destroy function |
|
ptr |
r/w |
the entry to destroy |
Methods¶
class |
|
Details¶
- class Ags.DestroyEntry¶
The struct to specify an entry to destroy.
- classmethod alloc(ptr, destroy_func)¶
- Parameters:
destroy_func (
Ags.DestroyFunc
) – the ptr's destroy function
- Returns:
the allocated
Ags.DestroyEntry
- Return type:
Allocated a destroy entry.
New in version 3.0.0.