From fa589512f1735978017a2681786cb70cf814f6e1 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 5 Apr 2007 15:42:40 +0000 Subject: Use GLib marshallers wherever possible. 2007-04-05 Matthew Barnes * plugins/exchange-operations/exchange-config-listener.c (class_init): * plugins/exchange-operations/exchange-delegates-user.c (class_init): Use GLib marshallers wherever possible. svn path=/trunk/; revision=33387 --- plugins/exchange-operations/ChangeLog | 6 ++++++ plugins/exchange-operations/exchange-config-listener.c | 4 ++-- plugins/exchange-operations/exchange-delegates-user.c | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) (limited to 'plugins/exchange-operations') diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 72601f8f11..baad2e3c01 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,9 @@ +2007-04-05 Matthew Barnes + + * exchange-config-listener.c (class_init): + * exchange-delegates-user.c (class_init): + Use GLib marshallers wherever possible. + 2007-03-27 Matthew Barnes * exchange-account-setup.c: diff --git a/plugins/exchange-operations/exchange-config-listener.c b/plugins/exchange-operations/exchange-config-listener.c index d7a2fc54c7..c59b738d1d 100644 --- a/plugins/exchange-operations/exchange-config-listener.c +++ b/plugins/exchange-operations/exchange-config-listener.c @@ -123,7 +123,7 @@ class_init (GObjectClass *object_class) G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (ExchangeConfigListenerClass, exchange_account_created), NULL, NULL, - e2k_marshal_NONE__POINTER, + g_cclosure_marshal_VOID__POINTER, G_TYPE_NONE, 1, G_TYPE_POINTER); signals[EXCHANGE_ACCOUNT_REMOVED] = @@ -132,7 +132,7 @@ class_init (GObjectClass *object_class) G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (ExchangeConfigListenerClass, exchange_account_removed), NULL, NULL, - e2k_marshal_NONE__POINTER, + g_cclosure_marshal_VOID__POINTER, G_TYPE_NONE, 1, G_TYPE_POINTER); } diff --git a/plugins/exchange-operations/exchange-delegates-user.c b/plugins/exchange-operations/exchange-delegates-user.c index a34ee09f8c..1cbcaed5ba 100644 --- a/plugins/exchange-operations/exchange-delegates-user.c +++ b/plugins/exchange-operations/exchange-delegates-user.c @@ -114,7 +114,7 @@ class_init (GObjectClass *object_class) G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (ExchangeDelegatesUserClass, edited), NULL, NULL, - e2k_marshal_NONE__NONE, + g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0); } -- cgit v1.2.3