|
libamxd
6.4.1
Data Model Manager
|
#include "amxd_priv.h"#include <amxd/amxd_dm.h>#include <amxd/amxd_action.h>#include <amxd/amxd_object.h>#include "amxd_assert.h"Go to the source code of this file.
Functions | |
| amxd_status_t | amxd_action_object_destroy (amxd_object_t *object, UNUSED amxd_param_t *const p, amxd_action_t reason, UNUSED const amxc_var_t *const args, UNUSED amxc_var_t *const retval, UNUSED void *priv) |
| void | amxd_object_delete (amxd_object_t **object) |
| Invokes the destroy handler(s) of the object. More... | |
| amxd_status_t amxd_action_object_destroy | ( | amxd_object_t * | object, |
| UNUSED amxd_param_t *const | p, | ||
| amxd_action_t | reason, | ||
| UNUSED const amxc_var_t *const | args, | ||
| UNUSED amxc_var_t *const | retval, | ||
| UNUSED void * | priv | ||
| ) |
Definition at line 63 of file amxd_action_object_destroy.c.