[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: geanybindings.inc line 408
type TGeanyDocument = record |
||
is_valid: gboolean; |
|
|
index: gint; |
|
|
has_tags: gboolean; |
|
|
file_name: Pgchar; |
|
|
encoding: Pgchar; |
|
|
has_bom: gboolean; |
|
|
editor: PGeanyEditor; |
|
|
file_type: PGeanyFiletype; |
|
|
tm_file: PTMSourceFile; |
|
|
readonly: gboolean; |
|
|
changed: gboolean; |
|
|
real_path: Pgchar; |
|
|
id: guint; |
|
|
priv: PGeanyDocumentPrivate; |
|
|
end; |