comparison plugins/SIGNALS @ 116:8c982b7f18d4

[gaim-migrate @ 126] Hmm committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Fri, 14 Apr 2000 08:36:36 +0000
parents c5a1a1b05c26
children 395a8593918f
comparison
equal deleted inserted replaced
115:890cfb7d8fdb 116:8c982b7f18d4
3 event_signoff, 3 event_signoff,
4 event_im_recv, 4 event_im_recv,
5 event_im_send, 5 event_im_send,
6 event_buddy_signon, 6 event_buddy_signon,
7 event_buddy_signoff, 7 event_buddy_signoff,
8 event_blist_update
8 }; 9 };
9 10
10 To add a signal handler, call the fuction gaim_signal_connect with the 11 To add a signal handler, call the fuction gaim_signal_connect with the
11 following arguments: 12 following arguments:
12 13
71 72
72 event_buddy_signoff: 73 event_buddy_signoff:
73 char *who 74 char *who
74 75
75 'who' is who signed off. 76 'who' is who signed off.
77
78 event_blist_update:
79 (none)
80
81 This event is called when the buddylist is updated (automatically every 20 seconds)
82