Mercurial > pidgin
diff src/multi.h @ 2401:86c9b44a35ae
[gaim-migrate @ 2414]
multi.h no longer depends on gtk.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Mon, 01 Oct 2001 07:16:27 +0000 |
| parents | 78fab38249a2 |
| children | 6e3dc0b3b9b1 |
line wrap: on
line diff
--- a/src/multi.h Mon Oct 01 07:09:09 2001 +0000 +++ b/src/multi.h Mon Oct 01 07:16:27 2001 +0000 @@ -22,12 +22,11 @@ #ifndef _GAIMMULTI_H_ #define _GAIMMULTI_H_ -#include <gtk/gtk.h> #include "gaim.h" /* ok. now the fun begins. first we create a connection structure */ struct gaim_connection { - int edittype; + int edittype; /* CUI: this is ui-specific and should be removed */ /* we need to do either oscar or TOC */ /* we make this as an int in case if we want to add more protocols later */ @@ -58,7 +57,7 @@ int options; /* same as aim_user options */ guint keepalive; /* stuff needed for per-connection idle times */ - guint idle_timer; + guint idle_timer; /* CUI: we need to figure out what to do about idle reporting */ time_t login_time; time_t lastsent; int is_idle; @@ -74,10 +73,6 @@ int evil; gboolean wants_to_die; /* defaults to FALSE */ - - /* email notification (MSN and Yahoo) */ - GtkWidget *email_win; - GtkWidget *email_label; }; struct proto_user_opt { @@ -107,7 +102,6 @@ struct gaim_connection *new_gaim_conn(struct aim_user *); void destroy_gaim_conn(struct gaim_connection *); -void account_editor(GtkWidget *, GtkWidget *); void regenerate_user_list(); void account_online(struct gaim_connection *);
