| IAnjutaEditorGotoIAnjutaEditorGoto — Text editor navigation interface |  | 
Stability Level
Unstable, unless otherwise indicated
 
Object Hierarchy
  GInterface
   +----IAnjutaEditorGoto
 
Details
IANJUTA_EDITOR_GOTO_ERROR
#define IANJUTA_EDITOR_GOTO_ERROR ianjuta_editor_goto_error_quark()
 
IAnjutaEditorGoto
typedef struct _IAnjutaEditorGoto IAnjutaEditorGoto;
 
IAnjutaEditorGotoIface
typedef struct {
	IAnjutaEditorIface g_iface;
	
	void (*end_block) (IAnjutaEditorGoto *obj, GError **err);
	void (*matching_brace) (IAnjutaEditorGoto *obj, GError **err);
	void (*start_block) (IAnjutaEditorGoto *obj, GError **err);
} IAnjutaEditorGotoIface;
 
ianjuta_editor_goto_error_quark ()
GQuark              ianjuta_editor_goto_error_quark     (void);
 
ianjuta_editor_goto_matching_brace ()
void                ianjuta_editor_goto_matching_brace  (IAnjutaEditorGoto *obj,
                                                         GError **err);