IAnjutaEditorFolds

IAnjutaEditorFolds — Text editor folds inteface

Stability Level

Unstable, unless otherwise indicated

Synopsis




#define     IANJUTA_EDITOR_FOLDS_ERROR
            IAnjutaEditorFolds;
            IAnjutaEditorFoldsIface;
GQuark      ianjuta_editor_folds_error_quark
                                            (void);
void        ianjuta_editor_folds_close_all  (IAnjutaEditorFolds *obj,
                                             GError **err);
void        ianjuta_editor_folds_open_all   (IAnjutaEditorFolds *obj,
                                             GError **err);
void        ianjuta_editor_folds_toggle_current
                                            (IAnjutaEditorFolds *obj,
                                             GError **err);

Object Hierarchy


  GInterface
   +----IAnjutaEditorFolds

Prerequisites

IAnjutaEditorFolds requires IAnjutaEditor and GObject.

Description

Details

IANJUTA_EDITOR_FOLDS_ERROR

#define IANJUTA_EDITOR_FOLDS_ERROR ianjuta_editor_folds_error_quark()


IAnjutaEditorFolds

typedef struct _IAnjutaEditorFolds IAnjutaEditorFolds;


IAnjutaEditorFoldsIface

typedef struct {
	IAnjutaEditorIface g_iface;
	

	void (*close_all) (IAnjutaEditorFolds *obj, GError **err);
	void (*open_all) (IAnjutaEditorFolds *obj, GError **err);
	void (*toggle_current) (IAnjutaEditorFolds *obj, GError **err);
} IAnjutaEditorFoldsIface;


ianjuta_editor_folds_error_quark ()

GQuark      ianjuta_editor_folds_error_quark
                                            (void);

Returns :


ianjuta_editor_folds_close_all ()

void        ianjuta_editor_folds_close_all  (IAnjutaEditorFolds *obj,
                                             GError **err);

obj :

err :


ianjuta_editor_folds_open_all ()

void        ianjuta_editor_folds_open_all   (IAnjutaEditorFolds *obj,
                                             GError **err);

obj :

err :


ianjuta_editor_folds_toggle_current ()

void        ianjuta_editor_folds_toggle_current
                                            (IAnjutaEditorFolds *obj,
                                             GError **err);

obj :

err :