geany  1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

documentprivate.h File Reference
#include <gtk/gtk.h>
Include dependency graph for documentprivate.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  UndoReloadData
 
struct  FileEncoding
 
struct  GeanyDocumentPrivate
 

Typedefs

typedef struct UndoReloadData UndoReloadData
 
typedef struct FileEncoding FileEncoding
 
typedef struct GeanyDocumentPrivate GeanyDocumentPrivate
 

Enumerations

enum  {
  UNDO_SCINTILLA = 0 , UNDO_ENCODING , UNDO_BOM , UNDO_RELOAD ,
  UNDO_EOL , UNDO_ACTIONS_MAX
}
 
enum  FileDiskStatus { FILE_OK , FILE_CHANGED , FILE_IGNORE }
 
enum  { MSG_TYPE_RELOAD , MSG_TYPE_RESAVE , MSG_TYPE_POST_RELOAD , NUM_MSG_TYPES }
 

Typedef Documentation

◆ FileEncoding

typedef struct FileEncoding FileEncoding

◆ GeanyDocumentPrivate

◆ UndoReloadData

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
UNDO_SCINTILLA 
UNDO_ENCODING 
UNDO_BOM 
UNDO_RELOAD 
UNDO_EOL 
UNDO_ACTIONS_MAX 

Definition at line 31 of file documentprivate.h.

◆ anonymous enum

anonymous enum
Enumerator
MSG_TYPE_RELOAD 
MSG_TYPE_RESAVE 
MSG_TYPE_POST_RELOAD 
NUM_MSG_TYPES 

Definition at line 64 of file documentprivate.h.

◆ FileDiskStatus

Enumerator
FILE_OK 
FILE_CHANGED 
FILE_IGNORE 

Definition at line 48 of file documentprivate.h.