comparison src/conversation.c @ 6607:d8fd7c29eaf0

[gaim-migrate @ 7131] Fixed a parameter type on a signal. It was outgoing and shouldn't have been. We here at Gaim stifle the lives of our signals. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 24 Aug 2003 06:41:08 +0000
parents 943b03bcecf5
children 42fdf16f1dad
comparison
equal deleted inserted replaced
6606:34eaa941ecd6 6607:d8fd7c29eaf0
2679 2679
2680 gaim_signal_register(handle, "sent-chat-msg", 2680 gaim_signal_register(handle, "sent-chat-msg",
2681 gaim_marshal_VOID__POINTER_POINTER_UINT, NULL, 3, 2681 gaim_marshal_VOID__POINTER_POINTER_UINT, NULL, 3,
2682 gaim_value_new(GAIM_TYPE_SUBTYPE, 2682 gaim_value_new(GAIM_TYPE_SUBTYPE,
2683 GAIM_SUBTYPE_ACCOUNT), 2683 GAIM_SUBTYPE_ACCOUNT),
2684 gaim_value_new_outgoing(GAIM_TYPE_STRING), 2684 gaim_value_new(GAIM_TYPE_STRING),
2685 gaim_value_new(GAIM_TYPE_UINT)); 2685 gaim_value_new(GAIM_TYPE_UINT));
2686 2686
2687 gaim_signal_register(handle, "received-chat-msg", 2687 gaim_signal_register(handle, "received-chat-msg",
2688 gaim_marshal_VOID__POINTER_POINTER_POINTER_UINT, 2688 gaim_marshal_VOID__POINTER_POINTER_POINTER_UINT,
2689 NULL, 4, 2689 NULL, 4,