src/conversation.c

changeset 9514
05247f11e65c
parent 9375
212ce6c01c81
child 9517
a4b0dccad1f8
equal deleted inserted replaced
9513:ec57f8faed31 9514:05247f11e65c
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));

mercurial