comparison src/core.h @ 3510:e23909729192

[gaim-migrate @ 3576] A GNOME2 docklet. This follows the opendesktop.org specs used by GNOME2 and (I think) KDE in Redhat's null (I don't think vanilla KDE supports it yet) For GNOME--you will need to have the GNOME Panel Notification Area installed. This replaces the applet--thanks Robert McQueen. CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: configure.ac configure.in plugins/Makefile.am src/aim.c CVS: src/buddy.c src/core.h src/module.c src/multi.c src/perl.c CVS: src/server.c src/ui.h CVS: ---------------------------------------------------------------------- committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 14 Sep 2002 23:27:28 +0000
parents 5d1dff030d8b
children 6b0cb60162f4
comparison
equal deleted inserted replaced
3509:8bad870eaea1 3510:e23909729192
62 62
63 /* buddy icon file */ 63 /* buddy icon file */
64 char iconfile[256]; 64 char iconfile[256];
65 65
66 struct gaim_connection *gc; 66 struct gaim_connection *gc;
67 gboolean connecting;
67 }; 68 };
68 69
69 enum gaim_event { 70 enum gaim_event {
70 event_signon = 0, 71 event_signon = 0,
71 event_signoff, 72 event_signoff,
96 event_im_displayed_sent, 97 event_im_displayed_sent,
97 event_im_displayed_rcvd, 98 event_im_displayed_rcvd,
98 event_chat_send_invite, 99 event_chat_send_invite,
99 event_got_typing, 100 event_got_typing,
100 event_del_conversation, 101 event_del_conversation,
102 event_connecting,
101 /* any others? it's easy to add... */ 103 /* any others? it's easy to add... */
102 }; 104 };
103 105
104 struct UI { 106 struct UI {
105 GIOChannel *channel; 107 GIOChannel *channel;