comparison src/event.h @ 6020:3b6f48766acb

[gaim-migrate @ 6470] Yeah, this *should* work. But maybe it won't. I sure as hell ain't testin it. That's what we pay you for you. This is a plugin event that gets triggered when the user switches tabs in a window. Used in conjunction with GTK signals, you should be able to get a good idea of when a conversation has taken focus. Maybe now the notify plugin can be fixed. While doing this, I noticed that a lot of the plugin documentation stuff is woefully outdated. Someone who wants to get involved with a non-coding project is welcome to send a patch. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 05 Jul 2003 03:09:43 +0000
parents 158196b2db19
children 5239a3b4ab33
comparison
equal deleted inserted replaced
6019:272c761c52e3 6020:3b6f48766acb
60 event_im_displayed_rcvd, 60 event_im_displayed_rcvd,
61 event_chat_send_invite, 61 event_chat_send_invite,
62 event_got_typing, 62 event_got_typing,
63 event_del_conversation, 63 event_del_conversation,
64 event_connecting, 64 event_connecting,
65 event_conversation_switch,
65 /* any others? it's easy to add... */ 66 /* any others? it's easy to add... */
66 67
67 } GaimEvent; 68 } GaimEvent;
68 69
69 typedef int (*GaimSignalBroadcastFunc)(GaimEvent event, void *data, 70 typedef int (*GaimSignalBroadcastFunc)(GaimEvent event, void *data,