Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_sorcery_wizard_observer Struct Reference

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.
 

Detailed Description

Interface for the sorcery wizard observer.

Definition at line 265 of file sorcery.h.


The documentation for this struct was generated from the following file: