| 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)); |