Geany dev
Data Structures | Typedefs | Functions
project.h File Reference

Project Management. More...

Data Structures

struct  GeanyProject
 Structure for representing a project. More...
 

Typedefs

typedef struct GeanyProject GeanyProject
 Structure for representing a project.
 

Functions

void project_write_config (void)
 Forces the project file rewrite and emission of the project-save signal. More...
 

Detailed Description

Project Management.

Function Documentation

◆ project_write_config()

void project_write_config ( void  )

Forces the project file rewrite and emission of the project-save signal.

Plugins can use this function to save additional project data outside the project dialog.

Since
1.25