comparison plugins/events.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 c0baa01cdeda
children 7d385de2f9cd
comparison
equal deleted inserted replaced
5675:17e345ffeddb 5676:dae79aefac8d
159 static evt_got_typing(struct gaim_connection *gc, char *who, void *data) 159 static evt_got_typing(struct gaim_connection *gc, char *who, void *data)
160 { 160 {
161 printf("event_got_typing: %s\n", who); 161 printf("event_got_typing: %s\n", who);
162 } 162 }
163 163
164 static evt_del_conversation(struct gaim_conversation *c, void *data) 164 static evt_del_conversation(GaimConversation *c, void *data)
165 { 165 {
166 printf("event_del_conversation\n"); 166 printf("event_del_conversation\n");
167 } 167 }
168 168
169 static evt_connecting(struct gaim_account *u, void *data) 169 static evt_connecting(struct gaim_account *u, void *data)