Skip to content

Commit

Permalink
Document new emission of "project-save" signal
Browse files Browse the repository at this point in the history
  • Loading branch information
eht16 committed Aug 5, 2019
1 parent 0000f7d commit 41227a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/pluginsignals.c
Expand Up @@ -142,7 +142,8 @@ signal void (*document_close)(GObject *obj, GeanyDocument *doc, gpointer user_da
signal void (*project_open)(GObject *obj, GKeyFile *config, gpointer user_data);

/** Sent when a project is saved (happens when the project is created, the properties
* dialog is closed, before the project is closed, or when Geany is exited).
* dialog is closed, before the project is closed, when Geany automatically
* saves its configuration by opening/closing documents or when Geany is exited).
* This signal is emitted shortly before Geany will write the contents of the
* GKeyFile to the disc.
*
Expand Down

0 comments on commit 41227a4

Please sign in to comment.