summaryrefslogtreecommitdiff
path: root/src/project.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-11-19 23:45:18 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-11-19 23:45:18 (GMT)
commitfc363c31cc0a24e026bac74b5f62f33f44bf0143 (patch)
treec8944e1e6b7d2b9faa2658df8cf785648b06232d /src/project.h
parent783e5e1977c1e4dadf938befa9fce9a311079413 (diff)
Better supervised the closing of the editor.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@138 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/project.h')
-rw-r--r--src/project.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/project.h b/src/project.h
index da05aeb..1314b1d 100644
--- a/src/project.h
+++ b/src/project.h
@@ -70,8 +70,8 @@ bool g_openida_project_save(openida_project *, const char *);
/* Ferme un projet et libère la mémoire associée. */
void close_openida_project(openida_project *);
-/* Indique si un projet a tous les éléments pour être sauvé. */
-bool has_storing_filename(const openida_project *);
+/* Indique le chemin du fichier destiné à la sauvegarde. */
+const char *g_openida_project_get_filename(const openida_project *);