comparison src/conversation.c @ 9514:1fac0336890c

[gaim-migrate @ 10341] Gary Kramlich writes: " This patch modifies the chat-invited signal to also give out the GHashTable of the chat components so a call back can successful join a chat when the signal is emited." committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 12 Jul 2004 02:40:12 +0000
parents 49b7b30f6e4e
children 0524b36c701a
comparison
equal deleted inserted replaced
9513:ac94e3f5ac8a 9514:1fac0336890c
2833 GAIM_SUBTYPE_CONVERSATION), 2833 GAIM_SUBTYPE_CONVERSATION),
2834 gaim_value_new(GAIM_TYPE_STRING), 2834 gaim_value_new(GAIM_TYPE_STRING),
2835 gaim_value_new(GAIM_TYPE_STRING)); 2835 gaim_value_new(GAIM_TYPE_STRING));
2836 2836
2837 gaim_signal_register(handle, "chat-invited", 2837 gaim_signal_register(handle, "chat-invited",
2838 gaim_marshal_VOID__POINTER_POINTER_POINTER_POINTER, 2838 gaim_marshal_VOID__POINTER_POINTER_POINTER_POINTER_POINTER,
2839 NULL, 4, 2839 NULL, 5,
2840 gaim_value_new(GAIM_TYPE_SUBTYPE, 2840 gaim_value_new(GAIM_TYPE_SUBTYPE,
2841 GAIM_SUBTYPE_ACCOUNT), 2841 GAIM_SUBTYPE_ACCOUNT),
2842 gaim_value_new(GAIM_TYPE_STRING), 2842 gaim_value_new(GAIM_TYPE_STRING),
2843 gaim_value_new(GAIM_TYPE_STRING), 2843 gaim_value_new(GAIM_TYPE_STRING),
2844 gaim_value_new(GAIM_TYPE_STRING)); 2844 gaim_value_new(GAIM_TYPE_STRING),
2845 gaim_value_new(GAIM_TYPE_POINTER));
2845 2846
2846 gaim_signal_register(handle, "chat-joined", 2847 gaim_signal_register(handle, "chat-joined",
2847 gaim_marshal_VOID__POINTER, NULL, 1, 2848 gaim_marshal_VOID__POINTER, NULL, 1,
2848 gaim_value_new(GAIM_TYPE_SUBTYPE, 2849 gaim_value_new(GAIM_TYPE_SUBTYPE,
2849 GAIM_SUBTYPE_CONVERSATION)); 2850 GAIM_SUBTYPE_CONVERSATION));