comparison src/conversation.c @ 11064:e4459e8ccfb5

[gaim-migrate @ 13035] Patch #1208082 from Levi Bard (tak_tak) This patch modifies the chat-invited signal so plugins can programmatically accept or reject chat invitations. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 07 Jul 2005 02:47:49 +0000
parents 3f04018e1308
children 096020ae09a9
comparison
equal deleted inserted replaced
11063:7a11ff12eb4b 11064:e4459e8ccfb5
2965 GAIM_SUBTYPE_CONVERSATION), 2965 GAIM_SUBTYPE_CONVERSATION),
2966 gaim_value_new(GAIM_TYPE_STRING), 2966 gaim_value_new(GAIM_TYPE_STRING),
2967 gaim_value_new(GAIM_TYPE_STRING)); 2967 gaim_value_new(GAIM_TYPE_STRING));
2968 2968
2969 gaim_signal_register(handle, "chat-invited", 2969 gaim_signal_register(handle, "chat-invited",
2970 gaim_marshal_VOID__POINTER_POINTER_POINTER_POINTER_POINTER, 2970 gaim_marshal_INT__POINTER_POINTER_POINTER_POINTER_POINTER,
2971 NULL, 5, 2971 NULL, 5,
2972 gaim_value_new(GAIM_TYPE_SUBTYPE, 2972 gaim_value_new(GAIM_TYPE_SUBTYPE,
2973 GAIM_SUBTYPE_ACCOUNT), 2973 GAIM_SUBTYPE_ACCOUNT),
2974 gaim_value_new(GAIM_TYPE_STRING), 2974 gaim_value_new(GAIM_TYPE_STRING),
2975 gaim_value_new(GAIM_TYPE_STRING), 2975 gaim_value_new(GAIM_TYPE_STRING),