diff options
| author | Christophe Lebras <christophe.lebras@gmail.com> | 2017-07-02 02:50:06 +0000 |
|---|---|---|
| committer | Christophe Lebras <christophe.lebras@gmail.com> | 2017-07-02 03:11:49 +0000 |
| commit | 8f96d83587c2409c431754a08fb4b79cc19fc8c2 (patch) | |
| tree | a4f11d3fd03dd35478ae76a8ddd0993384590f70 /src/file.h | |
| parent | Add function to save template (diff) | |
| download | inkscape-8f96d83587c2409c431754a08fb4b79cc19fc8c2.tar.gz inkscape-8f96d83587c2409c431754a08fb4b79cc19fc8c2.zip | |
Manage template informations
Template informations are added to the saved file.
File name is is the same as template name
Template is saved as default.svg only if requested by user.
Diffstat (limited to 'src/file.h')
| -rw-r--r-- | src/file.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/file.h b/src/file.h index 010bff94f..9cd22d744 100644 --- a/src/file.h +++ b/src/file.h @@ -114,7 +114,9 @@ bool sp_file_save_a_copy (Gtk::Window &parentWindow, void* object, void* data); * Save a copy of a document as template. */ void -sp_file_save_template(Gtk::Window &parentWindow); +sp_file_save_template(Gtk::Window &parentWindow, Glib::ustring name, + Glib::ustring author, Glib::ustring description, Glib::ustring keywords, + bool isDefault); /** * Saves the given document. Displays a file select dialog |
