[telepathy-gabble/telepathy-gabble-0.8] Correct the type of pre-presence's marshaller

Will Thompson will.thompson at collabora.co.uk
Wed Oct 7 15:57:51 PDT 2009


The signal's argument is a LmMessage *, which is wider than guint on
amd64.
---
 src/muc-channel.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/muc-channel.c b/src/muc-channel.c
index cce471b..e0e332c 100644
--- a/src/muc-channel.c
+++ b/src/muc-channel.c
@@ -1128,8 +1128,8 @@ gabble_muc_channel_class_init (GabbleMucChannelClass *gabble_muc_channel_class)
                   G_SIGNAL_RUN_LAST | G_SIGNAL_DETAILED,
                   0,
                   NULL, NULL,
-                  g_cclosure_marshal_VOID__UINT,
-                  G_TYPE_NONE, 1, G_TYPE_UINT);
+                  g_cclosure_marshal_VOID__POINTER,
+                  G_TYPE_NONE, 1, G_TYPE_POINTER);
 
   tp_properties_mixin_class_init (object_class,
                                       G_STRUCT_OFFSET (GabbleMucChannelClass,
-- 
1.5.6.5




More information about the telepathy-commits mailing list