[evolution-data-server] M!36 - EBookSqlite: Make the signal definition for before-*-contact more specific
- From: Corentin Noël <corentinnoel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] M!36 - EBookSqlite: Make the signal definition for before-*-contact more specific
- Date: Tue, 21 Jan 2020 13:23:57 +0000 (UTC)
commit 7dadece20e91ca9239bb7440e75c29c7b46a9613
Author: Corentin Noël <corentin noel collabora com>
Date: Mon Jan 20 12:50:28 2020 +0100
M!36 - EBookSqlite: Make the signal definition for before-*-contact more specific
This allows the introspection to know that the signal and the virtual method actually matches their
parameters.
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/merge_requests/36
src/addressbook/libedata-book/e-book-sqlite.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/addressbook/libedata-book/e-book-sqlite.c b/src/addressbook/libedata-book/e-book-sqlite.c
index 89029febe..79ca346d6 100644
--- a/src/addressbook/libedata-book/e-book-sqlite.c
+++ b/src/addressbook/libedata-book/e-book-sqlite.c
@@ -6497,7 +6497,7 @@ e_book_sqlite_class_init (EBookSqliteClass *class)
g_cclosure_marshal_generic,
G_TYPE_BOOLEAN, 6,
G_TYPE_POINTER,
- G_TYPE_OBJECT,
+ E_TYPE_CONTACT,
G_TYPE_STRING,
G_TYPE_BOOLEAN,
G_TYPE_OBJECT,
@@ -6514,7 +6514,7 @@ e_book_sqlite_class_init (EBookSqliteClass *class)
G_TYPE_BOOLEAN, 4,
G_TYPE_POINTER,
G_TYPE_STRING,
- G_TYPE_OBJECT,
+ G_TYPE_CANCELLABLE,
G_TYPE_POINTER);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]