[evolution-kolab] CamelKolabIMAPXStore: oops, GError function arg error
- From: Christian Hilberg <chilberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-kolab] CamelKolabIMAPXStore: oops, GError function arg error
- Date: Tue, 2 Oct 2012 14:49:52 +0000 (UTC)
commit d69440903c710d0274de415a5492093dda354ca2
Author: Christian Hilberg <hilberg kernelconcepts de>
Date: Tue Oct 2 15:32:57 2012 +0200
CamelKolabIMAPXStore: oops, GError function arg error
src/libekolab/camel-kolab-imapx-store.c | 4 ++--
src/libekolab/camel-kolab-imapx-store.h | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/libekolab/camel-kolab-imapx-store.c b/src/libekolab/camel-kolab-imapx-store.c
index 86514c3..00448a9 100644
--- a/src/libekolab/camel-kolab-imapx-store.c
+++ b/src/libekolab/camel-kolab-imapx-store.c
@@ -1614,7 +1614,7 @@ camel_kolab_imapx_store_get_folder_permissions (CamelKolabIMAPXStore *self,
const gchar *foldername,
gboolean myrights,
GCancellable *cancellable,
- GError *err)
+ GError **err)
{
CamelKolabIMAPXStoreClass *klass = NULL;
GList *perms = NULL;
@@ -1635,7 +1635,7 @@ camel_kolab_imapx_store_set_folder_permissions (CamelKolabIMAPXStore *self,
const gchar *foldername,
const GList *permissions,
GCancellable *cancellable,
- GError *err)
+ GError **err)
{
CamelKolabIMAPXStoreClass *klass = NULL;
gboolean ok = FALSE;
diff --git a/src/libekolab/camel-kolab-imapx-store.h b/src/libekolab/camel-kolab-imapx-store.h
index 2d3f722..e5fb690 100644
--- a/src/libekolab/camel-kolab-imapx-store.h
+++ b/src/libekolab/camel-kolab-imapx-store.h
@@ -108,13 +108,13 @@ struct _CamelKolabIMAPXStoreClass {
const gchar *foldername,
gboolean myrights,
GCancellable *cancellable,
- GError *err);
+ GError **err);
gboolean (*set_folder_permissions) (CamelKolabIMAPXStore *self,
const gchar *foldername,
const GList *permissions,
GCancellable *cancellable,
- GError *err);
+ GError **err);
};
GType camel_kolab_imapx_store_get_type (void);
@@ -171,7 +171,7 @@ camel_kolab_imapx_store_get_folder_permissions (CamelKolabIMAPXStore *self,
const gchar *foldername,
gboolean myrights,
GCancellable *cancellable,
- GError *err);
+ GError **err);
/* acl: set (update) the permissions for a folder */
gboolean
@@ -179,7 +179,7 @@ camel_kolab_imapx_store_set_folder_permissions (CamelKolabIMAPXStore *self,
const gchar *foldername,
const GList *permissions,
GCancellable *cancellable,
- GError *err);
+ GError **err);
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]