comparison src/conversation.c @ 6837:f098765ac919

[gaim-migrate @ 7382] The pounces subsystem now registers signal callbacks for all the pounce types. The calls to pounce code in server.c, and therefore in all the rest of gaim, have been removed. The pounce code is now more like its own separate island. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 14 Sep 2003 21:05:11 +0000
parents faa491042c66
children 8ab95f4c9800
comparison
equal deleted inserted replaced
6836:e2483c5f53bd 6837:f098765ac919
2729 gaim_signal_register(handle, "buddy-typing", 2729 gaim_signal_register(handle, "buddy-typing",
2730 gaim_marshal_VOID__POINTER, NULL, 1, 2730 gaim_marshal_VOID__POINTER, NULL, 1,
2731 gaim_value_new(GAIM_TYPE_SUBTYPE, 2731 gaim_value_new(GAIM_TYPE_SUBTYPE,
2732 GAIM_SUBTYPE_CONVERSATION)); 2732 GAIM_SUBTYPE_CONVERSATION));
2733 2733
2734 gaim_signal_register(handle, "buddy-typing-stopped",
2735 gaim_marshal_VOID__POINTER, NULL, 1,
2736 gaim_value_new(GAIM_TYPE_SUBTYPE,
2737 GAIM_SUBTYPE_CONVERSATION));
2738
2734 gaim_signal_register(handle, "chat-buddy-joining", 2739 gaim_signal_register(handle, "chat-buddy-joining",
2735 gaim_marshal_VOID__POINTER_POINTER, NULL, 2, 2740 gaim_marshal_VOID__POINTER_POINTER, NULL, 2,
2736 gaim_value_new(GAIM_TYPE_SUBTYPE, 2741 gaim_value_new(GAIM_TYPE_SUBTYPE,
2737 GAIM_SUBTYPE_CONVERSATION), 2742 GAIM_SUBTYPE_CONVERSATION),
2738 gaim_value_new(GAIM_TYPE_STRING)); 2743 gaim_value_new(GAIM_TYPE_STRING));