|  |  |  | Anjuta Developers Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Prerequisites | ||||
#include <libanjuta/interfaces/ianjuta-wizard.h> #define IANJUTA_WIZARD_ERROR IAnjutaWizard; IAnjutaWizardIface; GQuark ianjuta_wizard_error_quark (void); void ianjuta_wizard_activate (IAnjutaWizard *obj,GError **err);
typedef struct {
	GTypeInterface g_iface;
	
	void (*activate) (IAnjutaWizard *obj, GError **err);
} IAnjutaWizardIface;
void ianjuta_wizard_activate (IAnjutaWizard *obj,GError **err);
Called when the wizard should start after some user action
| 
 | Self | 
| 
 | Error propagation and reporting. |