diff options
Diffstat (limited to 'src/analysis/project.h')
| -rw-r--r-- | src/analysis/project.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/analysis/project.h b/src/analysis/project.h index bf399fa..7ae3c03 100644 --- a/src/analysis/project.h +++ b/src/analysis/project.h @@ -68,10 +68,10 @@ typedef struct _GStudyProjectClass GStudyProjectClass;  GType g_study_project_get_type(void);  /* Crée un nouveau projet vierge. */ -GStudyProject *g_study_project_new(GObject *); +GStudyProject *g_study_project_new(void);  /* Crée un projet à partir du contenu XML d'un fichier. */ -GStudyProject *g_study_project_open(GObject *, const char *); +GStudyProject *g_study_project_open(const char *);  /* Procède à l'enregistrement d'un projet donné. */  bool g_study_project_save(GStudyProject *, const char *);  | 
