comparison src/protocols/gg/gg.c @ 7118:bf630f7dfdcd

[gaim-migrate @ 7685] Here's a commit that I think will make faceprint happy. GaimWindow -> GaimConvWindow, GaimIm -> GaimConvIm, GaimChat -> GaimConvChat, GaimBlistChat -> GaimChat, and updated the API functions as well. Plugin authors are going to hunt me down and murder me. I can feel it.. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 02 Oct 2003 02:54:07 +0000
parents 6faeeecab0dc
children 414c701ef1ff
comparison
equal deleted inserted replaced
7117:943085b0ff8b 7118:bf630f7dfdcd
1 /* 1 /*
2 * gaim - Gadu-Gadu Protocol Plugin 2 * gaim - Gadu-Gadu Protocol Plugin
3 * $Id: gg.c 7673 2003-10-01 07:15:53Z chipx86 $ 3 * $Id: gg.c 7685 2003-10-02 02:54:07Z chipx86 $
4 * 4 *
5 * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL> 5 * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
555 gd->own_status = GG_STATUS_NOT_AVAIL; 555 gd->own_status = GG_STATUS_NOT_AVAIL;
556 gg_free_session(gd->sess); 556 gg_free_session(gd->sess);
557 g_free(gc->proto_data); 557 g_free(gc->proto_data);
558 } 558 }
559 559
560 static int agg_send_im(GaimConnection *gc, const char *who, const char *msg, GaimImFlags flags) 560 static int agg_send_im(GaimConnection *gc, const char *who, const char *msg, GaimConvImFlags flags)
561 { 561 {
562 struct agg_data *gd = (struct agg_data *)gc->proto_data; 562 struct agg_data *gd = (struct agg_data *)gc->proto_data;
563 gchar *imsg; 563 gchar *imsg;
564 564
565 if (invalid_uin(who)) { 565 if (invalid_uin(who)) {