Geany
1.24.1
|
Structure for representing a project. More...
Data Fields | |
gchar * | base_path |
Base path of the project directory (in UTF-8, maybe relative). More... | |
gchar * | description |
Short description of the project. More... | |
gchar * | file_name |
Where the project file is stored (in UTF-8). More... | |
gchar ** | file_patterns |
Array of filename extension patterns. More... | |
gchar * | name |
The name of the project. More... | |
gint | type |
Identifier whether it is a pure Geany project or modified/extended by a plugin. More... | |
Structure for representing a project.
gchar* GeanyProject::base_path |
Base path of the project directory (in UTF-8, maybe relative).
gchar* GeanyProject::description |
Short description of the project.
gchar* GeanyProject::file_name |
Where the project file is stored (in UTF-8).
gchar** GeanyProject::file_patterns |
Array of filename extension patterns.
gchar* GeanyProject::name |
The name of the project.
gint GeanyProject::type |
Identifier whether it is a pure Geany project or modified/extended by a plugin.