[evolution-data-server/wip/offline-cache] Fix a 'make check' build break in a google address book test
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/wip/offline-cache] Fix a 'make check' build break in a google address book test
- Date: Wed, 17 May 2017 07:31:57 +0000 (UTC)
commit 87b8a34198dbb32f2a6b4c2b330c07cb22df705b
Author: Milan Crha <mcrha redhat com>
Date: Wed May 17 09:31:25 2017 +0200
Fix a 'make check' build break in a google address book test
.../backends/google/tests/phone-numbers.c | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/src/addressbook/backends/google/tests/phone-numbers.c
b/src/addressbook/backends/google/tests/phone-numbers.c
index 67fd609..f2ca12f 100644
--- a/src/addressbook/backends/google/tests/phone-numbers.c
+++ b/src/addressbook/backends/google/tests/phone-numbers.c
@@ -37,9 +37,10 @@ build_system_groups_by_id (void)
}
static gchar *
-create_group_null (const gchar *category_name,
- gpointer user_data,
- GError **error)
+create_group_null (EBookBackendGoogle *bbgoogle,
+ const gchar *category_name,
+ GCancellable *cancellable,
+ GError **error)
{
/* Must never be reached. */
g_assert_not_reached ();
@@ -61,7 +62,7 @@ create_group_null (const gchar *category_name,
"END:VCARD" \
); \
\
- entry = gdata_entry_new_from_e_contact (contact, groups_by_name, system_groups_by_id,
create_group_null, NULL); \
+ entry = gdata_entry_new_from_e_contact (contact, groups_by_name, system_groups_by_id,
create_group_null, NULL, NULL); \
g_assert (entry != NULL); \
\
g_hash_table_unref (system_groups_by_id); \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]