ianjuta-context-text

ianjuta-context-text —

Synopsis




#define     IANJUTA_CONTEXT_TEXT_ERROR
struct      IAnjutaContextText;
struct      IAnjutaContextTextIface;
GQuark      ianjuta_context_text_error_quark
                                            (void);
gint        ianjuta_context_text_get_indentation
                                            (IAnjutaContextText *obj,
                                             GError **err);
void        ianjuta_context_text_render     (IAnjutaContextText *obj,
                                             const gchar *text,
                                             GError **err);
void        ianjuta_context_text_set_indentation
                                            (IAnjutaContextText *obj,
                                             gint spaces,
                                             GError **err);

Description

Details

IANJUTA_CONTEXT_TEXT_ERROR

#define IANJUTA_CONTEXT_TEXT_ERROR ianjuta_context_text_error_quark()


struct IAnjutaContextText

struct IAnjutaContextText;


struct IAnjutaContextTextIface

struct IAnjutaContextTextIface {

	IAnjutaContextIface g_iface;
	

	gint (*get_indentation) (IAnjutaContextText *obj, GError **err);
	void (*render) (IAnjutaContextText *obj, const gchar *text, GError **err);
	void (*set_indentation) (IAnjutaContextText *obj, gint spaces, GError **err);

};


ianjuta_context_text_error_quark ()

GQuark      ianjuta_context_text_error_quark
                                            (void);

Returns :

ianjuta_context_text_get_indentation ()

gint        ianjuta_context_text_get_indentation
                                            (IAnjutaContextText *obj,
                                             GError **err);

obj :
err :
Returns :

ianjuta_context_text_render ()

void        ianjuta_context_text_render     (IAnjutaContextText *obj,
                                             const gchar *text,
                                             GError **err);

obj :
text :
err :

ianjuta_context_text_set_indentation ()

void        ianjuta_context_text_set_indentation
                                            (IAnjutaContextText *obj,
                                             gint spaces,
                                             GError **err);

obj :
spaces :
err :