comparison src/multi.h @ 2153:0befa2d2e540

[gaim-migrate @ 2163] moving mail notifications to the core. this makes things much easier on the protocols. next steps: make buddy right-click menu stuff generated by the core (based on information provided by the protocols, similar to the away menu stuff); make entry-widget protocol-specific user options generated by the core based on what the protocols tell it (in a similar way). committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 22 Aug 2001 21:11:58 +0000
parents 815997c7d4f1
children cff133e0ec0c
comparison
equal deleted inserted replaced
2152:f631cfc8e824 2153:0befa2d2e540
71 char *away; 71 char *away;
72 int is_auto_away; 72 int is_auto_away;
73 73
74 int evil; 74 int evil;
75 gboolean wants_to_die; /* defaults to FALSE */ 75 gboolean wants_to_die; /* defaults to FALSE */
76
77 /* email notification (MSN and Yahoo) */
78 GtkWidget *email_win;
79 GtkWidget *email_label;
76 }; 80 };
77 81
78 /* now that we have our struct, we're going to need lots of them. Maybe even a list of them. */ 82 /* now that we have our struct, we're going to need lots of them. Maybe even a list of them. */
79 extern GSList *connections; 83 extern GSList *connections;
80 84