ianjuta-context-list

ianjuta-context-list —

Synopsis




enum        IAnjutaContextListSize;
#define     IANJUTA_CONTEXT_LIST_ERROR
struct      IAnjutaContextList;
struct      IAnjutaContextListIface;
GQuark      ianjuta_context_list_error_quark
                                            (void);
IAnjutaContextListSize ianjuta_context_list_get_size
                                            (IAnjutaContextList *obj,
                                             GError **err);
void        ianjuta_context_list_render     (IAnjutaContextList *obj,
                                             GdkPixbuf *image,
                                             const gchar *text,
                                             GValue *data,
                                             GError **err);
void        ianjuta_context_list_set_size   (IAnjutaContextList *obj,
                                             IAnjutaContextListSize size,
                                             GError **err);

Description

Details

enum IAnjutaContextListSize

typedef enum {
	IANJUTA_CONTEXT_LIST_MINI,
	IANJUTA_CONTEXT_LIST_SMALL,
	IANJUTA_CONTEXT_LIST_LARGE
} IAnjutaContextListSize;


IANJUTA_CONTEXT_LIST_ERROR

#define IANJUTA_CONTEXT_LIST_ERROR ianjuta_context_list_error_quark()


struct IAnjutaContextList

struct IAnjutaContextList;


struct IAnjutaContextListIface

struct IAnjutaContextListIface {

	IAnjutaContextIface g_iface;
	

	IAnjutaContextListSize (*get_size) (IAnjutaContextList *obj, GError **err);
	void (*render) (IAnjutaContextList *obj, GdkPixbuf *image, const gchar *text, GValue* data, GError **err);
	void (*set_size) (IAnjutaContextList *obj, IAnjutaContextListSize size, GError **err);

};


ianjuta_context_list_error_quark ()

GQuark      ianjuta_context_list_error_quark
                                            (void);

Returns :

ianjuta_context_list_get_size ()

IAnjutaContextListSize ianjuta_context_list_get_size
                                            (IAnjutaContextList *obj,
                                             GError **err);

obj :
err :
Returns :

ianjuta_context_list_render ()

void        ianjuta_context_list_render     (IAnjutaContextList *obj,
                                             GdkPixbuf *image,
                                             const gchar *text,
                                             GValue *data,
                                             GError **err);

obj :
image :
text :
data :
err :

ianjuta_context_list_set_size ()

void        ianjuta_context_list_set_size   (IAnjutaContextList *obj,
                                             IAnjutaContextListSize size,
                                             GError **err);

obj :
size :
err :