ianjuta-profile

ianjuta-profile

Synopsis




#define             IANJUTA_PROFILE_ERROR
                    IAnjutaProfile;
                    IAnjutaProfileIface;
GQuark              ianjuta_profile_error_quark         (void);
void                ianjuta_profile_load                (IAnjutaProfile *obj,
                                                         GError **err);

Object Hierarchy


  GInterface
   +----IAnjutaProfile

Prerequisites

IAnjutaProfile requires GObject.

Description

Details

IANJUTA_PROFILE_ERROR

#define IANJUTA_PROFILE_ERROR ianjuta_profile_error_quark()


IAnjutaProfile

typedef struct _IAnjutaProfile IAnjutaProfile;


IAnjutaProfileIface

typedef struct {
	GTypeInterface g_iface;
	

	void (*load) (IAnjutaProfile *obj, GError **err);
} IAnjutaProfileIface;


ianjuta_profile_error_quark ()

GQuark              ianjuta_profile_error_quark         (void);

Returns :

ianjuta_profile_load ()

void                ianjuta_profile_load                (IAnjutaProfile *obj,
                                                         GError **err);

fixme

obj : Self
err : Error propagation and reporting