Asterisk - The Open Source Telephony Project
18.5.0
|
Interface for the sorcery wizard observer. More...
#include <sorcery.h>
Data Fields | |
void(* | wizard_loaded )(const char *name, const struct ast_sorcery_wizard *wizard, const char *object_type, int reloaded) |
Callback after a wizard is loaded/reloaded for any type. More... | |
void(* | wizard_loading )(const char *name, const struct ast_sorcery_wizard *wizard, const char *object_type, int reloaded) |
Callback before a wizard is loaded/reloaded for any type. More... | |
void(* wizard_loaded) (const char *name, const struct ast_sorcery_wizard *wizard, const char *object_type, int reloaded) |
Callback after a wizard is loaded/reloaded for any type.
Definition at line 271 of file sorcery.h.
Referenced by AST_TEST_DEFINE().
void(* wizard_loading) (const char *name, const struct ast_sorcery_wizard *wizard, const char *object_type, int reloaded) |
Callback before a wizard is loaded/reloaded for any type.
Definition at line 267 of file sorcery.h.
Referenced by AST_TEST_DEFINE().