ianjuta-profile

ianjuta-profile —

Synopsis




#define     IANJUTA_PROFILE_ERROR
            IAnjutaProfile;
            IAnjutaProfileIface;
GQuark      ianjuta_profile_error_quark     (void);
void        ianjuta_profile_load            (IAnjutaProfile *obj,
                                             ESplash *splash,
                                             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, ESplash *splash, GError **err);
} IAnjutaProfileIface;


ianjuta_profile_error_quark ()

GQuark      ianjuta_profile_error_quark     (void);

Returns :

ianjuta_profile_load ()

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

obj :
splash :
err :