Mercurial > pidgin
comparison plugins/SIGNALS @ 1058:4927ce25d8cc
[gaim-migrate @ 1068]
idle times for single connections; deleting an account signs it off if need be
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 03 Nov 2000 20:23:38 +0000 |
| parents | daad2440a642 |
| children | dc6ba774bfc5 |
comparison
equal
deleted
inserted
replaced
| 1057:d50d3abb9eb7 | 1058:4927ce25d8cc |
|---|---|
| 9 event_buddy_signoff, | 9 event_buddy_signoff, |
| 10 event_buddy_away, | 10 event_buddy_away, |
| 11 event_buddy_back, | 11 event_buddy_back, |
| 12 event_buddy_idle, | 12 event_buddy_idle, |
| 13 event_buddy_unidle, | 13 event_buddy_unidle, |
| 14 event_blist_update, | |
| 14 event_chat_invited, | 15 event_chat_invited, |
| 15 event_chat_join, | 16 event_chat_join, |
| 16 event_chat_leave, | 17 event_chat_leave, |
| 17 event_chat_buddy_join, | 18 event_chat_buddy_join, |
| 18 event_chat_buddy_leave, | 19 event_chat_buddy_leave, |
| 128 event_buddy_unidle: | 129 event_buddy_unidle: |
| 129 struct gaim_connection *gc, char *who | 130 struct gaim_connection *gc, char *who |
| 130 | 131 |
| 131 'who' is who is no longer idle. | 132 'who' is who is no longer idle. |
| 132 | 133 |
| 134 event_blist_update: | |
| 135 (none) | |
| 136 | |
| 137 called when the idle times are updated in the buddy list | |
| 138 | |
| 133 event_chat_invited: | 139 event_chat_invited: |
| 134 struct gaim_connection *gc, char *who, char *room, char *message | 140 struct gaim_connection *gc, char *who, char *room, char *message |
| 135 | 141 |
| 136 'gc' is the connection that received the invitation. | 142 'gc' is the connection that received the invitation. |
| 137 'who' is who invited you to a chat room. | 143 'who' is who invited you to a chat room. |
