|  |  |  | Anjuta Developers Reference Manual |  | 
|---|---|---|---|---|
#define IANJUTA_PROFILE_ERROR IAnjutaProfile; IAnjutaProfileIface; GQuark ianjuta_profile_error_quark (void); void ianjuta_profile_load (IAnjutaProfile *obj, GError **err);
typedef struct {
	GTypeInterface g_iface;
	
	void (*load) (IAnjutaProfile *obj, GError **err);
} IAnjutaProfileIface;
void ianjuta_profile_load (IAnjutaProfile *obj, GError **err);
Load the default profile
| obj: | Self | 
| err: | Error propagation and reporting |