From f9dbe12971960e35a0e5c6b701c6d83d4e199db5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sat, 11 Dec 2010 15:46:30 +0100 Subject: Stubplement LdDocument file operations. Prototypes for these functions were wrong; fixed. --- src/ld-document.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ld-document.h') diff --git a/src/ld-document.h b/src/ld-document.h index a27fe23..13602aa 100644 --- a/src/ld-document.h +++ b/src/ld-document.h @@ -60,9 +60,9 @@ GType ld_document_get_type (void) G_GNUC_CONST; LdDocument *ld_document_new (void); void ld_document_clear (LdDocument *self); gboolean ld_document_load_from_file (LdDocument *self, - const gchar *filename, GError *error); + const gchar *filename, GError **error); gboolean ld_document_save_to_file (LdDocument *self, - const gchar *filename, GError *error); + const gchar *filename, GError **error); gboolean ld_document_get_modified (LdDocument *self); void ld_document_set_modified (LdDocument *self, gboolean value); -- cgit v1.2.3