ianjuta-context

ianjuta-context —

Synopsis




#define     IANJUTA_CONTEXT_ERROR
struct      IAnjutaContext;
struct      IAnjutaContextIface;
GQuark      ianjuta_context_error_quark     (void);
void        ianjuta_context_begin           (IAnjutaContext *obj,
                                             GError **err);
void        ianjuta_context_clear           (IAnjutaContext *obj,
                                             GError **err);
void        ianjuta_context_end             (IAnjutaContext *obj,
                                             GError **err);

Description

Details

IANJUTA_CONTEXT_ERROR

#define IANJUTA_CONTEXT_ERROR ianjuta_context_error_quark()


struct IAnjutaContext

struct IAnjutaContext;


struct IAnjutaContextIface

struct IAnjutaContextIface {

	IAnjutaSandBoxIface g_iface;
	

	void (*begin) (IAnjutaContext *obj, GError **err);
	void (*clear) (IAnjutaContext *obj, GError **err);
	void (*end) (IAnjutaContext *obj, GError **err);

};


ianjuta_context_error_quark ()

GQuark      ianjuta_context_error_quark     (void);

Returns :

ianjuta_context_begin ()

void        ianjuta_context_begin           (IAnjutaContext *obj,
                                             GError **err);

obj :
err :

ianjuta_context_clear ()

void        ianjuta_context_clear           (IAnjutaContext *obj,
                                             GError **err);

obj :
err :

ianjuta_context_end ()

void        ianjuta_context_end             (IAnjutaContext *obj,
                                             GError **err);

obj :
err :