Asterisk - The Open Source Telephony Project
21.4.1
|
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. | |
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. | |