ianjuta-profile

ianjuta-profile —

Synopsis




#define     IANJUTA_PROFILE_ERROR
struct      IAnjutaProfile;
struct      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()


struct IAnjutaProfile

struct IAnjutaProfile;


struct IAnjutaProfileIface

struct IAnjutaProfileIface {

	GTypeInterface g_iface;
	

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

};


ianjuta_profile_error_quark ()

GQuark      ianjuta_profile_error_quark     (void);

Returns :

ianjuta_profile_load ()

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

obj :
err :