comparison finch/gntconv.h @ 19178:c8ad802a6167

propagate from branch 'im.pidgin.soc.2007.finchfeat' (head f9bd1ff649a74b3722f5d3181f1533a92fc3d4f8) to branch 'im.pidgin.pidgin' (head 391beabbbe9b94205d5c2d9ef073ecff207da387)
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 11 Aug 2007 10:53:28 +0000
parents 68a3b83795c6
children 4ce4ff8a3c19
comparison
equal deleted inserted replaced
18647:24e3cca6b03c 19178:c8ad802a6167
27 27
28 #include <gnt.h> 28 #include <gnt.h>
29 #include <gntwidget.h> 29 #include <gntwidget.h>
30 30
31 #include "conversation.h" 31 #include "conversation.h"
32
33 /* Grabs the conv out of a PurpleConverstation */
34 #define FINCH_CONV(conv) ((FinchConv *)(conv)->ui_data)
32 35
33 /*************************************************************************** 36 /***************************************************************************
34 * @name GNT Conversations API 37 * @name GNT Conversations API
35 ***************************************************************************/ 38 ***************************************************************************/
36 /*@{*/ 39 /*@{*/