comparison finch/gntconv.h @ 19100:68a3b83795c6

Added sound to Finch. Currently it's directly into Finch, but later we'll most likely move it into a plugin since some have argued well that sound in a console app might not be an all around favored thing.
author Eric Polino <aluink@pidgin.im>
date Thu, 14 Jun 2007 03:54:49 +0000
parents 5e6f8b92a2a5
children 4ce4ff8a3c19
comparison
equal deleted inserted replaced
19099:a1ac8b05ecdb 19100:68a3b83795c6
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 /*@{*/