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