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

Detailed Description

Interface for the sorcery wizard observer.

Definition at line 265 of file sorcery.h.

Field Documentation

◆ wizard_loaded

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().

◆ wizard_loading

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().


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