[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: geanybindings.inc line 271
type TGeanyProject = record |
||
name: Pgchar; |
|
|
description: Pgchar; |
|
|
file_name: Pgchar; |
|
|
base_path: Pgchar; |
|
|
_type: gint; |
|
|
file_patterns: TGStrv; |
|
|
priv: PGeanyProjectPrivate; |
|
|
end; |