| 
IAnjutaEditorLineMode
IAnjutaEditorLineMode — Text editor line mode |  | 
Stability Level
Unstable, unless otherwise indicated
 
Object Hierarchy
  GInterface
   +----IAnjutaEditorLineMode
 
Prerequisites
IAnjutaEditorLineMode requires
 IAnjutaEditor and  GObject.
 
Details
IANJUTA_TYPE_EDITOR_LINE_MODE_TYPE
#define IANJUTA_TYPE_EDITOR_LINE_MODE_TYPE (ianjuta_editor_line_mode_type_get_type())
 
enum IAnjutaEditorLineModeType
typedef enum {
	IANJUTA_EDITOR_LINE_MODE_LF,
	IANJUTA_EDITOR_LINE_MODE_CR,
	IANJUTA_EDITOR_LINE_MODE_CRLF
} IAnjutaEditorLineModeType;
 
IANJUTA_EDITOR_LINE_MODE_ERROR
#define IANJUTA_EDITOR_LINE_MODE_ERROR ianjuta_editor_line_mode_error_quark()
 
IAnjutaEditorLineMode
typedef struct _IAnjutaEditorLineMode IAnjutaEditorLineMode;
 
IAnjutaEditorLineModeIface
typedef struct _IAnjutaEditorLineModeIface IAnjutaEditorLineModeIface;