diff 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
line wrap: on
line diff
--- a/finch/gntconv.h	Tue Jun 12 22:01:24 2007 +0000
+++ b/finch/gntconv.h	Thu Jun 14 03:54:49 2007 +0000
@@ -30,6 +30,9 @@
 
 #include "conversation.h"
 
+/* Grabs the conv out of a PurpleConverstation */
+#define FINCH_CONV(conv) ((FinchConv *)(conv)->ui_data)
+
 /***************************************************************************
  * @name GNT Conversations API
  ***************************************************************************/