comparison doc/blist-signals.dox @ 11942:a24cfe32961a

[gaim-migrate @ 14233] This is a bit more accurate. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Wed, 02 Nov 2005 03:31:38 +0000
parents cb73483c9f63
children fc8396a3fd5e
comparison
equal deleted inserted replaced
11941:bfb56404a9b6 11942:a24cfe32961a
18 @signalproto 18 @signalproto
19 void (*buddy_away)(GaimBuddy *buddy, GaimStatus *old_status, GaimStatus *status); 19 void (*buddy_away)(GaimBuddy *buddy, GaimStatus *old_status, GaimStatus *status);
20 @endsignalproto 20 @endsignalproto
21 @signaldesc 21 @signaldesc
22 Emitted when a buddy on your buddy list goes away. 22 Emitted when a buddy on your buddy list goes away.
23 @param buddy The buddy that went away. 23 @param buddy The buddy who's status changed.
24 @param old_status The status that the buddy just changed from. 24 @param old_status The status that the buddy just changed from.
25 @param status The status that the buddy just changed to. 25 @param status The status that the buddy just changed to.
26 @endsignaldef 26 @endsignaldef
27 27
28 @signaldef buddy-idle-changed 28 @signaldef buddy-idle-changed
29 @signalproto 29 @signalproto
30 void (*buddy_idle)(GaimBuddy *buddy, gboolean old_idle, gboolean idle); 30 void (*buddy_idle)(GaimBuddy *buddy, gboolean old_idle, gboolean idle);
31 @endsignalproto 31 @endsignalproto
32 @signaldesc 32 @signaldesc
33 Emitted when a buddy on your buddy list becomes idle. 33 Emitted when a buddy on your buddy list becomes idle.
34 @param buddy The buddy that became idle. 34 @param buddy The buddy who's idle status changed.
35 @param old_idle Whether the buddy was idle. 35 @param old_idle Whether the buddy was idle.
36 @param idle Whether the buddy is currently idle. 36 @param idle Whether the buddy is currently idle.
37 @endsignaldef 37 @endsignaldef
38 38
39 @signaldef buddy-signed-on 39 @signaldef buddy-signed-on