[evolution-data-server/tintou/edata-book-sqlite-specific-signal] EBookBackend: Make the signal definition for before-*-contact more specific



commit 28fa60bb78aff1995c6cb546e26cc16d08f3604e
Author: Corentin Noël <corentin noel collabora com>
Date:   Mon Jan 20 12:50:28 2020 +0100

    EBookBackend: 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.

 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]