Structure for representing a project.
More...
#include <project.h>
|
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).
|
|
GStrv | 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.