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