| 
IAnjutaIndicable
IAnjutaIndicable — Implemented by indicate that indicate a range |  | 
Stability Level
Unstable, unless otherwise indicated
 
Object Hierarchy
  GInterface
   +----IAnjutaIndicable
 
Prerequisites
IAnjutaIndicable requires
 GObject.
 
Details
IANJUTA_TYPE_INDICABLE_INDICATOR
#define IANJUTA_TYPE_INDICABLE_INDICATOR (ianjuta_indicable_indicator_get_type())
 
enum IAnjutaIndicableIndicator
typedef enum {
	IANJUTA_INDICABLE_NONE,
	IANJUTA_INDICABLE_IMPORTANT,
	IANJUTA_INDICABLE_WARNING,
	IANJUTA_INDICABLE_CRITICAL
} IAnjutaIndicableIndicator;
 
IANJUTA_INDICABLE_ERROR
#define IANJUTA_INDICABLE_ERROR ianjuta_indicable_error_quark()
 
IAnjutaIndicable
typedef struct _IAnjutaIndicable IAnjutaIndicable;
 
IAnjutaIndicableIface
typedef struct {
	GTypeInterface g_iface;
	
	void (*clear) (IAnjutaIndicable *obj, GError **err);
	void (*set) (IAnjutaIndicable *obj, IAnjutaIterable *begin_location,  IAnjutaIterable *end_location,  IAnjutaIndicableIndicator indicator, GError **err);
} IAnjutaIndicableIface;
 
ianjuta_indicable_error_quark ()
GQuark              ianjuta_indicable_error_quark       (void);
 
ianjuta_indicable_get_type ()
GType               ianjuta_indicable_get_type          (void);
 
ianjuta_indicable_clear ()
void                ianjuta_indicable_clear             (IAnjutaIndicable *obj,
                                                         GError **err);