| IAnjutaWizardIAnjutaWizard — Interface for wizards that can create new stuffs |  | 
Stability Level
Unstable, unless otherwise indicated
 
Details
IANJUTA_WIZARD_ERROR
#define IANJUTA_WIZARD_ERROR ianjuta_wizard_error_quark()
 
struct IAnjutaWizardIface
struct IAnjutaWizardIface {
	GTypeInterface g_iface;
	
	void (*activate) (IAnjutaWizard *obj, GError **err);
};
 
ianjuta_wizard_error_quark ()
GQuark              ianjuta_wizard_error_quark          (void);
 
ianjuta_wizard_activate ()
void                ianjuta_wizard_activate             (IAnjutaWizard *obj,
                                                         GError **err);
Called when the wizard should start after some user action
| obj:
 | Self | 
| err:
 | Error propagation and reporting. |