Mercurial > pidgin
diff src/multi.h @ 988:9523b772e546
[gaim-migrate @ 998]
progress meters for signing in. UI should be changed but at least there's something there now
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 13 Oct 2000 19:56:11 +0000 |
| parents | 7e231bc0018a |
| children | 70c685de2be5 |
line wrap: on
line diff
--- a/src/multi.h Fri Oct 13 18:55:04 2000 +0000 +++ b/src/multi.h Fri Oct 13 19:56:11 2000 +0000 @@ -69,6 +69,11 @@ time_t login_time; time_t lastsent; int is_idle; + + /* stuff for a signin progress meter */ + GtkWidget *meter; + GtkWidget *progress; + GtkWidget *status; }; /* now that we have our struct, we're going to need lots of them. Maybe even a list of them. */ @@ -86,4 +91,7 @@ void auto_login(); +void set_login_progress(struct gaim_connection *, float, char *); +void hide_login_progress(struct gaim_connection *, char *); + #endif /* _GAIMMULTI_H_ */
