Sat, 28 Oct 2006 20:04:03 +0000
[gaim-migrate @ 17606]
Add a "handle" parameter to gaim_proxy_connect(). It seemed like
people thought this was a good idea. You can still cancel
each gaim_proxy_connect() individually, if needed. I passed in
NULL for the handle in most places. It might be better to pass
in the gc in more places, but these changes do no harm, and they
should help some Yahoo! things, and I wanted to get the API change in.
| 2086 | 1 | /* |
| 2 | * zephyr_err.h: | |
| 3 | * This file is automatically generated; please do not edit it. | |
| 4 | */ | |
| 5 | #define ZERR_PKTLEN (-772103680L) | |
| 6 | #define ZERR_HEADERLEN (-772103679L) | |
| 7 | #define ZERR_ILLVAL (-772103678L) | |
| 8 | #define ZERR_HMPORT (-772103677L) | |
| 9 | #define ZERR_PORTINUSE (-772103676L) | |
| 10 | #define ZERR_BADPKT (-772103675L) | |
| 11 | #define ZERR_VERS (-772103674L) | |
| 12 | #define ZERR_NOPORT (-772103673L) | |
| 13 | #define ZERR_NONOTICE (-772103672L) | |
| 14 | #define ZERR_QLEN (-772103671L) | |
| 15 | #define ZERR_HMDEAD (-772103670L) | |
| 16 | #define ZERR_INTERNAL (-772103669L) | |
| 17 | #define ZERR_NOLOCATIONS (-772103668L) | |
| 18 | #define ZERR_NOMORELOCS (-772103667L) | |
| 19 | #define ZERR_FIELDLEN (-772103666L) | |
| 20 | #define ZERR_BADFIELD (-772103665L) | |
| 21 | #define ZERR_SERVNAK (-772103664L) | |
| 22 | #define ZERR_AUTHFAIL (-772103663L) | |
| 23 | #define ZERR_LOGINFAIL (-772103662L) | |
| 24 | #define ZERR_NOSUBSCRIPTIONS (-772103661L) | |
| 25 | #define ZERR_NOMORESUBSCRIPTIONS (-772103660L) | |
| 26 | #define ZERR_TOOMANYSUBS (-772103659L) | |
| 27 | #define ZERR_EOF (-772103658L) | |
|
12497
a17568773be3
[gaim-migrate @ 14809]
Richard Laager <rlaager@pidgin.im>
parents:
12323
diff
changeset
|
28 | void initialize_zeph_error_table (void); |
| 2086 | 29 | #define ERROR_TABLE_BASE_zeph (-772103680L) |
| 30 | ||
| 31 | /* for compatibility with older versions... */ | |
| 32 | #define init_zeph_err_tbl initialize_zeph_error_table | |
| 33 | #define zeph_err_base ERROR_TABLE_BASE_zeph |