Add project_write_config() to force project file rewrite
commit233ca08e886f6a1d543aa87fc454057e61a20e0c
authorJiří Techet <techet@gmail.com>
Sat, 25 Oct 2014 20:29:21 +0000 (25 22:29 +0200)
committerJiří Techet <techet@gmail.com>
Sat, 25 Oct 2014 20:30:54 +0000 (25 22:30 +0200)
tree80674acbae93218510be1d3e3a0e30ee5361ae42
parentc35dedf35f95511d0e4f9fd204ddee5dddd1a409
Add project_write_config() to force project file rewrite

Since plugins don't have direct access to the project file,
only through the project-save signal, they need some way to emit this
signal when saving their preferences outside the project dialog,
which is what this function does.
plugins/geanyfunctions.h
src/plugindata.h
src/plugins.c
src/project.c
src/project.h