Mercurial > pidgin
comparison src/prpl.c @ 5676:dae79aefac8d
[gaim-migrate @ 6094]
I've been meaning to do this for a LONG time. The conversation API now
follows the naming convention of the rest of the new APIs. I'll get some
g_return_*_if_fail() checks in there soon.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Mon, 02 Jun 2003 21:51:06 +0000 |
| parents | 5e7de337a053 |
| children | 1d140b31d4b3 |
comparison
equal
deleted
inserted
replaced
| 5675:17e345ffeddb | 5676:dae79aefac8d |
|---|---|
| 218 return ((x->gc != y->gc) || gaim_utf8_strcasecmp(x->who, y->who)); | 218 return ((x->gc != y->gc) || gaim_utf8_strcasecmp(x->who, y->who)); |
| 219 } | 219 } |
| 220 | 220 |
| 221 void set_icon_data(GaimConnection *gc, const char *who, void *data, int len) | 221 void set_icon_data(GaimConnection *gc, const char *who, void *data, int len) |
| 222 { | 222 { |
| 223 struct gaim_conversation *conv; | 223 GaimConversation *conv; |
| 224 struct icon_data tmp; | 224 struct icon_data tmp; |
| 225 GList *l; | 225 GList *l; |
| 226 struct icon_data *id; | 226 struct icon_data *id; |
| 227 struct buddy *b; | 227 struct buddy *b; |
| 228 /* i'm going to vent here a little bit about normalize(). normalize() | 228 /* i'm going to vent here a little bit about normalize(). normalize() |
