comparison libgaim/protocols/yahoo/yahoo.h @ 14354:01daacf7b771

[gaim-migrate @ 17060] Make gaim_url_fetch() cancelable and change Yahoo! to take advantage of the changes. Other stuff can be changed later, the important thing is that the API is there. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 27 Aug 2006 21:13:30 +0000
parents 60b1bc8dbf37
children 622931ca5622
comparison
equal deleted inserted replaced
14353:33dc9f22b528 14354:01daacf7b771
137 /* ew. we have to check the icon before we connect, 137 /* ew. we have to check the icon before we connect,
138 * but can't upload it til we're connected. */ 138 * but can't upload it til we're connected. */
139 struct yahoo_buddy_icon_upload_data *picture_upload_todo; 139 struct yahoo_buddy_icon_upload_data *picture_upload_todo;
140 140
141 struct _YchtConn *ycht; 141 struct _YchtConn *ycht;
142
143 /**
144 * This linked list contains GaimUtilFetchUrlData structs
145 * for when we lookup people profile or photo information.
146 */
147 GSList *url_datas;
142 }; 148 };
143 149
144 #define YAHOO_MAX_STATUS_MESSAGE_LENGTH (255) 150 #define YAHOO_MAX_STATUS_MESSAGE_LENGTH (255)
145 151
146 /* sometimes i wish prpls could #include things from other prpls. then i could just 152 /* sometimes i wish prpls could #include things from other prpls. then i could just