summaryrefslogtreecommitdiff
path: root/src/project.h
diff options
context:
space:
mode:
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 68ddf16..815d922 100644
--- a/src/project.h
+++ b/src/project.h
@@ -58,10 +58,10 @@ typedef struct openida_project openida_project;
openida_project *_get_current_openida_project(openida_project *);
/* Crée un projet vide. */
-openida_project *create_empty_openida_project(void);
+openida_project *create_empty_openida_project(GObject *);
/* Crée un projet à partir du contenu XML d'un fichier. */
-openida_project *g_openida_project_new_from_xml(const char *);
+openida_project *g_openida_project_new_from_xml(GObject *, const char *);
/* Procède à l'enregistrement d'un projet donné. */
bool g_openida_project_save(openida_project *, const char *);