comparison src/conversation.c @ 7511:a899742289c2

[gaim-migrate @ 8124] Changed the parameters for the received-chat-msg signal to pass a conversation rather than an ID number. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 14 Nov 2003 18:09:31 +0000
parents 643cbc9a6035
children 7d95978b07d9
comparison
equal deleted inserted replaced
7510:ef3e646152a1 7511:a899742289c2
2648 GAIM_SUBTYPE_ACCOUNT), 2648 GAIM_SUBTYPE_ACCOUNT),
2649 gaim_value_new(GAIM_TYPE_STRING), 2649 gaim_value_new(GAIM_TYPE_STRING),
2650 gaim_value_new(GAIM_TYPE_UINT)); 2650 gaim_value_new(GAIM_TYPE_UINT));
2651 2651
2652 gaim_signal_register(handle, "received-chat-msg", 2652 gaim_signal_register(handle, "received-chat-msg",
2653 gaim_marshal_BOOLEAN__POINTER_POINTER_POINTER_UINT, 2653 gaim_marshal_BOOLEAN__POINTER_POINTER_POINTER_POINTER,
2654 gaim_value_new(GAIM_TYPE_BOOLEAN), 4, 2654 gaim_value_new(GAIM_TYPE_BOOLEAN), 4,
2655 gaim_value_new(GAIM_TYPE_SUBTYPE, 2655 gaim_value_new(GAIM_TYPE_SUBTYPE,
2656 GAIM_SUBTYPE_ACCOUNT), 2656 GAIM_SUBTYPE_ACCOUNT),
2657 gaim_value_new_outgoing(GAIM_TYPE_STRING), 2657 gaim_value_new_outgoing(GAIM_TYPE_STRING),
2658 gaim_value_new_outgoing(GAIM_TYPE_STRING), 2658 gaim_value_new_outgoing(GAIM_TYPE_STRING),
2659 gaim_value_new(GAIM_TYPE_UINT)); 2659 gaim_value_new(GAIM_TYPE_SUBTYPE,
2660 GAIM_SUBTYPE_CONVERSATION));
2660 2661
2661 gaim_signal_register(handle, "conversation-switching", 2662 gaim_signal_register(handle, "conversation-switching",
2662 gaim_marshal_VOID__POINTER_POINTER, NULL, 2, 2663 gaim_marshal_VOID__POINTER_POINTER, NULL, 2,
2663 gaim_value_new(GAIM_TYPE_SUBTYPE, 2664 gaim_value_new(GAIM_TYPE_SUBTYPE,
2664 GAIM_SUBTYPE_CONVERSATION), 2665 GAIM_SUBTYPE_CONVERSATION),