diff options
author | Micksha <ms-shaman@gmx.de> | 2019-01-04 21:37:34 +0100 |
---|---|---|
committer | Micksha <ms-shaman@gmx.de> | 2019-04-13 19:53:49 +0000 |
commit | 168ad9d6c730e93d76c801da607df84355187a39 (patch) | |
tree | b771ad105e5a73733ede7559e22467f13a2880a8 /saedit/file.h | |
parent | 8c75e651f00048dda32db85b2bff34e131960864 (diff) | |
download | evol-tools-168ad9d6c730e93d76c801da607df84355187a39.tar.gz evol-tools-168ad9d6c730e93d76c801da607df84355187a39.tar.bz2 evol-tools-168ad9d6c730e93d76c801da607df84355187a39.tar.xz evol-tools-168ad9d6c730e93d76c801da607df84355187a39.zip |
update saedit to saedit2
Diffstat (limited to 'saedit/file.h')
-rw-r--r-- | saedit/file.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/saedit/file.h b/saedit/file.h new file mode 100644 index 0000000..9354879 --- /dev/null +++ b/saedit/file.h @@ -0,0 +1,16 @@ +#ifndef _FILE_H_ +#define _FILE_H_ + +gboolean +show_unsaved_changes_dialog (void); + +const gchar * +get_opened_file_name (void); + +void +open_file (const gchar *filename); + +void +save_file (const gchar *filename); + +#endif |