Ags.DestroyEntry

Fields

Name

Type

Access

Description

destroy_func

object

r

the destroy function

ptr

object

r/w

the entry to destroy

Methods

class

alloc (ptr, destroy_func)

Details

class Ags.DestroyEntry

The struct to specify an entry to destroy.

classmethod alloc(ptr, destroy_func)
Parameters:
Returns:

the allocated Ags.DestroyEntry

Return type:

object or None

Allocated a destroy entry.

New in version 3.0.0.